Hakuen Studio Self Switches for RPG Maker MZ
A downloadable RPG Maker Plugin
Introduction
You know that you can enable/disable self switches from an event page. But if you want to turn on/off a self switch of other events you will have to use the script call. The thing is that not everyone is familiar with the script call command.
This plugin enables you to turn on/off the self switch of other events
(even more than one) with a simple and easy plugin command!
Also, add new self switches to events!
Features
- Turn on/off/toggle one or more self switches of one or more events with a plugin command.
- Add more self switches to events.
- Change the value of self switches with a delay(frames/seconds/minutes)
How to use
To use more self switches than the default ones(A, B, C, D) you have to name a regular switch like that: "SS: E"(without quotes, it's not case sensitive).
You can use it in page conditions too.
The plugin will auto remove the "SS:" and any white space, leaving only the "E".
You can check the value like any other self switch in the conditional branch script call:
$gameSelfSwitches.value([1, 12, "E"])
Then if you want to activate the new self switch "E", use the plugin command and just put "E" in the self switch field.
The plugin command also has a delay argument. If it is greater than zero, then the self switch will change its value according to the delay set(frames, seconds, or minutes).
Update Log
Terms of use
Sample Project
Status | Released |
Category | Tool |
Rating | Rated 4.5 out of 5 stars (4 total ratings) |
Author | Hakuen Studio |
Made with | RPG Maker |
Tags | eliaquim, hakuen-studio, rmmv, rmmz, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-plugin, self-switch |
Average session | A few seconds |
Languages | English |
Download
Click download now to get access to the following files:
Development log
- Ported to MV!Feb 11, 2022
- 11/08/2021 - Bug fix!Nov 08, 2021
- 10/28/2021 - Bug Fix!Oct 28, 2021
- 10/22/2021 - Bug fix!Oct 22, 2021
- 10/18/2021 - Update!Oct 18, 2021
- 08/26/2021 - New features!Aug 27, 2021
- 07/23/2021 - New feature!Jul 23, 2021
- Version 2.0.0Dec 22, 2020