Yo!
Got a little question about ENEMY_STATUS in page 2 of the script.
You mention in the description that i can turn OFF and ON this "in game" by using a call script:
ENEMY_STATUS = true
ENEMY_STATUS = false
There is a problem with that.
If i turn off ENEMY_STATUS in the script editor then use call script "ENEMY_STATUS = true" in game then everthing will work fine, the health-bars suddenly show up in battles and the script becomes active.
but...
When i use "ENEMY_STATUS = false" to turn it off for boss battles the whole game freezes.
Just as soon as the code is called the whole game just stops working and you can't move your charakter in any direction, you can't press start or anything. (The music still plays though)
Any solutions to this problem?

[so basicaly the game freezes when the Call Scrip "ENEMY_STATUS = false" in the game is used]