- Joined
- Mar 5, 2021
- Messages
- 129
- Reaction score
- 76
- First Language
- English
- Primarily Uses
- RMMV
For this plugin, the script call for turning off a self switch is:
I was wondering if there is a way to turn off a whole range of switches (like 201-215) in a single script call, like you can with normal switches.
Thanks!
Code:
this.setSelfSwitchValue(mapId, eventId, switchId, false)
I was wondering if there is a way to turn off a whole range of switches (like 201-215) in a single script call, like you can with normal switches.
Thanks!