- Joined
- Oct 19, 2017
- Messages
- 61
- Reaction score
- 24
- First Language
- English
- Primarily Uses
- RMMV
I am having fun with the engine, coming up with a Clue style game. I am having 6 murder weapons, so I am designating each NPC member a "card".
I created an if statement to check if the variables match. If any of the variables match then it will loop until it has its own individual number.
However, when I input the if condition for NPC 6 the variable will match another's NPC's variable #.
There is 6 "or" statements to 1 condition, which I am not sure the engine is able to process 6 or statements. If so, I will just have to change the murder weapons to 6 to 5 along with the person and rooms.
I created an if statement to check if the variables match. If any of the variables match then it will loop until it has its own individual number.
However, when I input the if condition for NPC 6 the variable will match another's NPC's variable #.
There is 6 "or" statements to 1 condition, which I am not sure the engine is able to process 6 or statements. If so, I will just have to change the murder weapons to 6 to 5 along with the person and rooms.