Documentation
Quick InfoVersion: Alpha
Made for RPG Maker MZ 1.9.0
Quick Start GuideThis plugin allows common events to run outside of the map scene. This includes battle, menus, and even custom scenes. However, not all event commands will work in non-map scenes. For example, other scenes do not get the message window created so showing text through a common event would not work. For this reason, this plugin uses a Comment event command to determine if the common event should run outside of the map.
If you would like your common event to run outside of the map, you must add the comment:
CGMZ RUN EVERYWHERE
anywhere in your common event but preferably as close to the top as you can for optimal performance.
COMMON EVENTS WITHOUT THE ABOVE COMMENT WILL FUNCTION AS BEFORE!
This will allow parallel process events to run in the menu or in battle. It will also allow items / skills that call a common event to work without exiting the item / skill scene and going back to the map.
Autorun common events are still limited to map only.
Plugin CommandsThis plugin does not have any plugin commands.
Saved GamesThis plugin is fully compatible with saved games. This means you can:
✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.
Filename
The filename for this plugin MUST remain CGMZ_CommonEventsEverywhere.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.
Known Issues
This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.
Compatibility
This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.