beginscript; label fort: if (GetDestHealth(0x5a4) <= 80 ) { //ModifyDestHealth(0x5a4,100); } EndFrame(); if ((GetGlobalVar(5) == 1) && (GetGlobalVar(2) == 1) && (GetGlobalVar(3) == 1)) { EndFrame(); goto End; } EndFrame(); goto fort; label End: EndFrame(); goto End; endscript; $