RPG Maker typically restricts you to just four self-switches: A, B, C, and D. However, with this feature, you can have an unlimited number of self-switches, and it’s simple to implement too!
Step 1
In your event, create a new page and assign it a switch named "
self switch X." Next, add a comment to this page—I’ll name the comment
<a> here.
Step 2
Use the plugin command "
Control Self Switch" and enter
<a> in the "
Comment to Search For" field. This will automatically locate the page with the
<a> comment and
turn it ON. Note that this method only works for self-switches, which is why we assigned the previous page to a switch named "self switch X."
If a switch has its named started with "self switch", it'll be treated like a self-switch.
That’s all there is to it! Go ahead and give it a try!