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.
NRP Project Switch - NRP_ProjectSwitch.js
Plugin desc : v1.00 Switch on/off at game startup.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_ProjectSwitch.js
Desc page : https://newrpg.seesaa.net/article/499770407.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_ProjectSwitch.js
File name : NRP_ProjectSwitch.js
Help of plugin :
Turns on/off the specified switch at game startup. * ※Continue is included at startup. * * Mainly intended to switch the process by project. * * For example, you can create a switch that is only turned on * for the trial version and display a dedicated navigation message. * The corresponding switch can also be turned off when the saved data * from the trial version is transferred to the product version. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @----------------------------------------------------- * @ Plugin Parameters * @----------------------------------------------------- * * @param OnSwitches * @type switch[] * @desc Switches that are turned on when the game is started. * * @param OffSwitches * @type switch[] * @desc Switches that are turned off when the game is started.