- Joined
- Feb 16, 2014
- Messages
- 80
- Reaction score
- 20
- First Language
- English
I have an event with a conditional that needs the "Script" so it can check multiple things at once, If (A < C) && (A > D) Then...
I tried:
$gameVariables.(26) > 60 && $gameVariables(26) < 81;
but I get a syntax error "("
I am fairly familiar with javascript conditionals and have do many in my plugins, but I'm not sure how the "Script" event handles them...
I tried:
$gameVariables.(26) > 60 && $gameVariables(26) < 81;
but I get a syntax error "("
I am fairly familiar with javascript conditionals and have do many in my plugins, but I'm not sure how the "Script" event handles them...