- Joined
- Feb 24, 2020
- Messages
- 99
- Reaction score
- 3
- First Language
- English
- Primarily Uses
- RMMV
Hi guys
I have a question
I used the select item command to assign to variable 10 and wanted to compare if the variable is item A (number 3)
I tried below but did not work
If $dataItems[$gameVariables.value(10)] == 3 else ....
If $gameVariables.value(10) == 3 else ...
Any suggestions?
thanks
I have a question
I used the select item command to assign to variable 10 and wanted to compare if the variable is item A (number 3)
I tried below but did not work
If $dataItems[$gameVariables.value(10)] == 3 else ....
If $gameVariables.value(10) == 3 else ...
Any suggestions?
thanks