- Joined
- Nov 26, 2015
- Messages
- 16
- Reaction score
- 5
- First Language
- ESP EN
Hello! 
I'm doing a puzzle game and to be able to restart the level, I need to clear all the self switches of the map, BUT not all the selfswitches of the game (cause I have a common area which has self switches).
I know that this script code: $gameSelfSwitches.clear() clears all the self switches, but I need something similar only for the map ID I want.
Is it possible to do that?
Thanks!
I'm doing a puzzle game and to be able to restart the level, I need to clear all the self switches of the map, BUT not all the selfswitches of the game (cause I have a common area which has self switches).
I know that this script code: $gameSelfSwitches.clear() clears all the self switches, but I need something similar only for the map ID I want.
Is it possible to do that?
Thanks!


