I got the health to go down, but now when it goes back to attack selection, it resets.
var Bad = 50;
var Mp = 100;
stop();
if (root.good<=0) {
gotoAndStop(“lose”);
}
if (root.bad<=0) {
gotoAndStop(“win”)
}
Without that “[” at the top.
Also, sorry for the delay, I forgot about checking here again and all that stuff.