- Joined
- Nov 2, 2020
- Messages
- 134
- Reaction score
- 65
- First Language
- Belarusian
- Primarily Uses
- RMMV
The plugin adds the feature of displaying character name in extra box, but if I just put the:
"\n<\C[23]\N[1]\C>Hello."
That I usually placed in the message box in the JS code like:
$gameMessage.add("\n<\C[23]\N[1]\C>Hello.");
It doesn't work. I haven't found any instructions on working with this plugin using the script. My goal is to show all messages like this one "\n<\C[23]\N[1]\C>Hello." using the script instead of default message option.
"\n<\C[23]\N[1]\C>Hello."
That I usually placed in the message box in the JS code like:
$gameMessage.add("\n<\C[23]\N[1]\C>Hello.");
It doesn't work. I haven't found any instructions on working with this plugin using the script. My goal is to show all messages like this one "\n<\C[23]\N[1]\C>Hello." using the script instead of default message option.