Hi everyone, in my game I have overworld encounters instead of random, but I'm running into an issue with my respawn system. When an enemy is defeated, it turns on self switch D and begins a step countdown that flips a switch once it's done to trigger defeated enemies to turn off their own self switch. The problem is, this system only works on one map. When the countdown reaches 0, only the enemies on the map I'm currently on would come back, which means my countdown could reach 0 but enemies on other maps would stay dead until a countdown happens to end on their map.
I've attached screenshots of all the event pages involved. If anyone knows of a way I could globally turn off all D self switches that would be awesome