public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZLyra's MapNoteSwitches (auto change switches on map enter/exit)

BMM Archive · July 15, 2026

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: 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

This plugin lets you turn switches on, off, or toggle automatically when the player enters a map. No autorun event required!

mapnotes.png


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>
If you use the temp version of the tag, then the switch will get restored to how it was once the player leaves the map.

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 to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / 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.

#039#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar