The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: hikomarukun on September 03, 2010, 07:56:55 PM

Title: [Request] Simple item selection turned into a branch
Post by: hikomarukun on September 03, 2010, 07:56:55 PM
<item selection screen>
<9/3/2010>




Summary
Basically I want a list of tagged items to pop up on the screen (depending on the tag) in which I can select one item, and it turns into a branch from there. I will have different types of items I would like to select (not in the same screen), so if a screen could come up for each different tag, that would be neat. Please let me clarify ^_^

Let's say I have 3 different types of items i want to do this with, weapons, food items, and rocks.

-A screen pops up with a list of selectable items (that are in the inventory), and the player is able to select one.
-Depending on the item selected, I can event different things - like a conditional branch

This is really just like a conditional branch with a graphical display/selection screen...


Features Desired
Title: Re: [Request] Simple item selection turned into a branch
Post by: modern algebra on September 03, 2010, 09:18:52 PM
Well, it sounds like my Evidence Locker (http://rmrk.net/index.php/topic,28722.0.html) script, except yours lets you have different categories of items. If everything else in the script works the way you want it to, then I can write a simple version addon to give categories.
Title: Re: [Request] Simple item selection turned into a branch
Post by: hikomarukun on September 07, 2010, 06:43:04 AM
Sorry for the late reply, I have been ridiculous amounts of busy. I got the script, but have not had fiddle time yet, I will be sure to let you know soon. Thanks M.A.!