- Joined
- Feb 24, 2014
- Messages
- 9
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hi
I am trying to check for the values 2, 3 or 4 in Variable3.
I am using a conditional branch for Variable3 and was attempting to use the script.
I tried:
$game_variables[3] = 2 || 3 || 4and
$game_variables[3] = 2..4I thought it might be something like this, but not fully sure how it handles (these don't work).
I though it might also be == but realised that this is only if is equal to all 3 values.
Any help is great.
I am trying to check for the values 2, 3 or 4 in Variable3.
I am using a conditional branch for Variable3 and was attempting to use the script.
I tried:
$game_variables[3] = 2 || 3 || 4and
$game_variables[3] = 2..4I thought it might be something like this, but not fully sure how it handles (these don't work).
I though it might also be == but realised that this is only if is equal to all 3 values.
Any help is great.

