The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: lyudde on December 18, 2005, 03:46:23 AM

Title: special items (key item trouble)
Post by: lyudde on December 18, 2005, 03:46:23 AM
I am trying to make an event where you need these four key items in order to gain a character, and i give them a choice to say they have them, they don't have them, or they don't want to use them... well, when i say i have them and i don't, he joins regardless of the fact that you don't have the keys! what do i do?
Title: special items (key item trouble)
Post by: neosiris on December 18, 2005, 04:30:43 AM
Okay, You use a Conditional Branch

Fork Condition in 2k.

Have four, One for each item. Set them INSIDE each other.
Make sure they all have an "else" section, and make the Else be "nope, sorry, your missing something"

THen have in the four Conditional branches be getting the guy on your party.
Title: special items (key item trouble)
Post by: lyudde on December 18, 2005, 05:20:52 AM
Thank you!