beginscript; label spits: if (GetGlobalVar(1)==1) { SpawnOtherUnit(0x7009); SpawnOtherUnit(ashspit1); SpawnOtherUnit(ashspit2); SpawnOtherUnit(ashspit3); SpawnOtherUnit(0x701b); //SpawnOtherUnit(0x7820); //SpawnOtherUnit(0x7821); //SpawnOtherUnit(0x7825); //SpawnOtherUnit(0x7828); //SpawnOtherUnit(0x782b); //SpawnOtherUnit(0x782e); //SpawnOtherUnit(0x7831); //SpawnOtherUnit(0x7824); //SpawnOtherUnit(0x782a); //SpawnOtherUnit(0x782d); //SpawnOtherUnit(0x7830); //SpawnOtherUnit(0x781f); //SpawnOtherUnit(0x7823); //SpawnOtherUnit(0x7826); //SpawnOtherUnit(0x781f); //SpawnOtherUnit(0x782c); //SpawnOtherUnit(0x782f); FreezePlayer (); ChangeCamera (0x805, 20, 20); SetButtonJump(); if (HasJumped()) { goto skipcs3; } WaitForTime(180); JumpOnButton(false); label skipcs3: //ChangeCamera (0x80a, 20, 20); //WaitForTime(70); ChangeCamera (0x801, 20, 20); SetHUDTarget(Ash); ResumePlayer (); EndFrame(); goto End; } EndFrame(); goto spits; label End: EndFrame(); goto End; endscript; $