Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Common All Scene - CommonAllScene.js
Plugin desc : All-scene execution common event plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/CommonAllScene.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/CommonAllScene.js
File name : CommonAllScene.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/CommonAllScene.js @plugindesc All-scene execution common event plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- CommonAllScene.js Repeatedly executes the specified common event in all scenes. However, there are many commands that cannot be used, such as displaying text. This is primarily used when you want to keep the state of variables or switches up to date. Set the trigger for the target common event to ”None.” If you set it to ”Parallel Processing,” it will execute overlapping with the default parallel processing common. For performance reasons, excessive use of scripts is not recommended. If you want to execute custom code, we provide an empty plugin command. You can simply write your code in the designated place and use it. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param commonEventId @text Common Event ID @desc The common event ID to execute. @type common_event @default 1 @command emptyCommand @text Plugin command execution @desc Executes an empty plugin command. The execution content must be written by the user.