- Joined
- Apr 7, 2019
- Messages
- 21
- Reaction score
- 10
- First Language
- English
- Primarily Uses
- RMMV
I'm starting an event command... 'Select Item'
Then I store the item id in a variable. I want to check if the item selected was 'Sword'. How do I do this?
I don't know how to access the id of the 'Sword' item. Do I have to store it in another variable, then compare the two variables?
Thanks.
EDIT: Never mind. I completely forgot that every item has an id that is accessible in the Database/Items menu.
Then I store the item id in a variable. I want to check if the item selected was 'Sword'. How do I do this?
I don't know how to access the id of the 'Sword' item. Do I have to store it in another variable, then compare the two variables?
Thanks.
EDIT: Never mind. I completely forgot that every item has an id that is accessible in the Database/Items menu.

