![]() |
Check for Items for Event - Printable Version +- FF6 Hacking (https://www.ff6hacking.com/forums) +-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html) +--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html) +--- Thread: Check for Items for Event (/thread-3449.html) |
Check for Items for Event - PowerPanda - 04-02-2017 Again, I'm still pretty new to all of this. Is there a way to trigger an event only when certain items are in your inventory? (note: not key items) I'm using the Guest Adder patch, and thought it might be fun to replace the old dude on the airship who unequips your party members with Kappa the Imp. When you have all 4 pieces of Imp Armor, Kappa becomes a playable character. So, the idea would be to create an event that checks for all 4 pieces of equipment. If you have it, you gain a new item which adds him to the party. Is this just a pipe dream? RE: Check for Items for Event - madsiur - 04-02-2017 It's not a pipe dream: https://www.ff6hacking.com/forums/showthread.php?tid=3210 You'll just need 4 commands in your event code. At this point it is regular event scripting. Edit: This custom command check for equipped items, not inventory ones. As an example you'd need to have the party leader wearing the imp gears. For all the info on event scripting, see the Events category after the Q/A section in this thread: https://www.ff6hacking.com/forums/showthread.php?tid=3428 |