beginscript; SetVar (0,0); label DeadCount2: if (DestroyableDead(0x5a3)) { IncVar(0); } if (DestroyableDead(0x5a4)) { IncVar(0); } if (DestroyableDead(0x5a5)) { IncVar(0); } if (DestroyableDead(0x5a6)) { IncVar(0); } if (DestroyableDead(0x5a7)) { IncVar(0); } if (GetVar(0) == 5) { SetGlobalVar(4,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount2; label End: EndFrame(); goto End; endscript; $