- Joined
- Jun 15, 2014
- Messages
- 240
- Reaction score
- 41
- First Language
- English Spanish
- Primarily Uses
Hi all!
Im trying this new plugin (http://yanfly.moe/2019/03/08/yep-181-message-eval-text-rpg-maker-mv/) but when I try the examples within the plug in, i get an error: Unexpected Token ILLEGAL.
The codes Im trying are:
\evalText<<[‘His’,’Her’,’Its’][\v[123]]>>
\evalText<<[‘Abel’,’Brandon’,’Chris’][$gameVariables.value(456)]>>
Any help would be appreciated.
EDIT: I found the problem, it appears there should be double quotes (") instead of single quotes, like this: \evalText<<["Abel","Brandon","Chris"][$gameVariables.value(456)]>>
Im trying this new plugin (http://yanfly.moe/2019/03/08/yep-181-message-eval-text-rpg-maker-mv/) but when I try the examples within the plug in, i get an error: Unexpected Token ILLEGAL.
The codes Im trying are:
\evalText<<[‘His’,’Her’,’Its’][\v[123]]>>
\evalText<<[‘Abel’,’Brandon’,’Chris’][$gameVariables.value(456)]>>
Any help would be appreciated.
EDIT: I found the problem, it appears there should be double quotes (") instead of single quotes, like this: \evalText<<["Abel","Brandon","Chris"][$gameVariables.value(456)]>>
Last edited:
