- Joined
- Jun 18, 2013
- Messages
- 129
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
I try to run the following code but received this error message and was wondering if anybody could spot what is wrong?
Code:
◆Script:if ($gameCharacterCreations.hasInfo(1)) {
: :if ($gameCharacterCreations.getInfo(1).Body.file == 'Body (1)){
: :$gameSwitches.setValue(45, true);
: :}
: :else if ($gameCharacterCreations.getInfo(1).Body.file == 'Body (2)){
: :$gameSwitches.setValue(46, true);
: :}
: :else{
: :$gameSwitches.setValue(45, false);
: :$gameSwitches.setValue(46, false);
: :}
: :}
Attachments
-
10.5 KB Views: 13
-
113.9 KB Views: 13

