Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Eli Plugin Commands - Can use \v[id] and much more!
- Original author: Eliaquim
- Original date: August 26, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/eli-plugin-commands-can-use-v-id-and-much-more.126177/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Author: Hakuen Studio
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 from these 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)
Terms of Use
https://www.hakuenstudio.com/rpg-maker/terms-of-use
DOWNLOAD
Eli_PluginCommand.js
Update LogEli_PluginCommand.js
Version 1.1 - 08/22/2020
- Code restructuring.
Version 1.0 - 25/07/2020
- Plugin release!
- Code restructuring.
Version 1.0 - 25/07/2020
- Plugin release!
Features Mentioned
- 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.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use https://www.hakuenstudio.com/rpg-maker/terms-of-use DOWNLOAD Eli_PluginCommand.jsUpdate Log
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...