NEED A LITTLE MORE HELP

Posts

Pages: 1
I thank everyone for helping me with all the questions I've been asking and requests, even though some were hard to understand n_n;;; Now, I'm just asking everyone if there's a way to limit the number of items you can have to 20 instead of 99 on RPG Maker 2003. I have a way, but I was wondering if there was a shorter way anyone knew. Again, thank you very much!
Try conditional branches in a common event.

IF: =20+
Remove 1 Potion
ELSE
-
END

One for each item and set the event to Parallel Process. Don't forget to wait 0.0 at the end of the 'code'.
Pages: 1