- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
hi guys what i do bad with syntax ?
RPGmaker told me a undefined is no function ?
tank you
RPGmaker told me a undefined is no function ?
tank you
Code:
if ( $gameVariables.Value(118) >= 1 && $gameVariables.Value(110) == $gameVariables.Value(118) ) {
$gameSwitches.setValue(31, true);
}
else if ( $gameVariables.Value(116) == $gameVariables.Value(110) || $gameVariables.Value(116) == $gameVariables.Value(110) ) {
$gameSwitches.setValue(31, true);
}

