Original Source
- Original title: Lyra's MapNoteSwitches (auto change switches on map enter/exit)
- Original author: LyraVultur
- Original date: November 16, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/lyras-mapnoteswitches-auto-change-switches-on-map-enter-exit.162978/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
This plugin lets you turn switches on, off, or toggle automatically when the player enters a map. No autorun event required! { "lightbox_close": "Close", "lightbox_next": "Next",
Archived First Post
How to Use
Add the .js file to your project's js/plugin folder, then open up the plugin manager in the editor and add the plugin.
There's an explanation on the left side.
The first setting is if you want to see debug messages (default off, for debugging use only).
The other setting is an array of aliases. They are entirely optional.
Once you've added the plugin, simply add one of these tags to a map's note box, and replace x with the number of the switch you want to change.
- <switch on x>
- <switch off x>
- <switch toggle x>
- <switch ontemp x>
- <switch offtemp x>
- <switch toggletemp x>
Instead of x you can also use any aliases you have defined in the plugin settings, for instance in my project I have <switch on isInterior> in the noteboxes of my indoors maps, and isInterior is defined in the plugin settings to be an alias for switch 14.
Terms of Use
You can view the license here. In short, it is free for commercial or non-commercial use. Credit is optional as long as you don't claim it as your own work.
Downloads
You can download just the plugin here. Press the 'Raw' button then Ctrl+S to save it.
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use You can view the license here. In short, it is free for commercial or non-commercial use. Credit is optional as long as you don't claim it as your own work. Downloads You can download just the plugin here. Press the 'Raw' button then Ctrl+S to save it.
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.
Topic Summary
Loading summary...