- Joined
- Sep 9, 2013
- Messages
- 178
- Reaction score
- 40
- First Language
- German
- Primarily Uses
- RMMV
Hello!
Is there a method or a function in the RPG Maker built-in methods/functions that will return the inventory items in the correct order which they have been picked up?
$gameParty._items seems to just sort the items by database ID.
I know an array could be used for this but that would make the person using this need to handle script commands instead of just handling items within the database and the eventing system.
Thanks in advance.
Is there a method or a function in the RPG Maker built-in methods/functions that will return the inventory items in the correct order which they have been picked up?
$gameParty._items seems to just sort the items by database ID.
I know an array could be used for this but that would make the person using this need to handle script commands instead of just handling items within the database and the eventing system.
Thanks in advance.
