- Joined
- Jan 18, 2022
- Messages
- 30
- Reaction score
- 18
- First Language
- English
- Primarily Uses
- RMMZ
For reasons that are tedious and hard to explain...
is there a way to use the script section of the Event commands to add items to the inventory...
Something like:
Which I believed would add an item from the items tab, ID 1999, and add 1 of the item..
but when i check the inventory, nothing was added.
is there a way to use the script section of the Event commands to add items to the inventory...
Something like:
$gameParty.gainItem($dataItems[1999], $gameVariables.value(1), false)
Which I believed would add an item from the items tab, ID 1999, and add 1 of the item..
but when i check the inventory, nothing was added.