Hahah not sure if this has been reported or not blizz but if I disable a button and try to reneable it again it won't work.
For say like a part where you don't need to run.
$game_system.running_button = false
But then if I enable it again.
$game_system.running_button = true
It won't allow me to run anymore.
And I've tried using it like:
$game_system.running_button =
true
But nothing still.
EDIT: Would it be possible to make the players able to be walked through when considered dead? Because the enemies can't get to the player if there are dead players in the way. Which isn't so bad I guess but its kinda weird at the same time.