I'm trying to make a conditional branch that gives you an item once you get 99 of another item.
Doing this after a huge event talking about it with a glow animation (To obtain a special item).
I think I know how to do the branch a bit, but I don't know where to stick it and I'm probably wrong. :/
If you want to do this anywhere, you'll have to create a parallel process in the comment events section. Have it constantly check the amount of items you have (with a variable of course) and once it reaches that amount apply your action. Use a switch if you don't want the event to happen more then once.
So... All I have to do is do a parallel process to determine if I have 99 of one item and if so do an event linking to it...? Sounds simple enough...
Thanks!