
Eli Plugin Commands for RPG Maker MV
A downloadable RPG Maker MV Plugin
If you like my work, consider supporting me on Patreon!
Terms of use / Termos de uso
Introduction
It adds the possibility of using escape codes in plugin commands, as well as some commands that replicate other event commands.
Features
• Adds option to use escape codes on plugin commands( \V[ID] etc...)!
• Adds new plugin commands:
• Operate variables, switches and self switches.
• Compatibility with Eli Find Id By Name. With that you can reference the switches and variables by their names as well.
How to use
Just plug and play, and every plugin can benefit of this features.
• Operate Variables:
SetVar VarId operator value
Change operator to one of these: = , +, -, *, /
• Operate Switches:
SetSw SwId value
Change value to true or false
• Operate Self Switches:
SetSelfSw MapId EventId Switch value
You can use 'this' on MapId or EventId to refer to the current map and current event.
Replace Switch with a, b, c, d.
Replace value with true or false.
NOTE¹: It's not case sensitive.
NOTE²: If your switch or variable, or any name has space, like "Test Var", when you type the plugin command you should replace with __ (double underline) "Test__Var".
(Only works with Eli_FindIdByName.js)
| Updated | 19 days ago |
| Status | Released |
| Category | Assets |
| Author | Hakuen Studio |
| Tags | eliaquim, hakuenstudio, javascript, plugin, plugincommands, RPG Maker, rpgmakermv, rpgmakermz |
Download
Click download now to get access to the following files:
Development log
- Released!Aug 26, 2020


Leave a comment
Log in with itch.io to leave a comment.