beginscript; label Start: label Check1: if (GetGlobalVar (6) == 1) { //SpawnOtherUnit(0x7014); //SpawnOtherUnit(0x7015); // //SpawnOtherUnit(); goto End; } EndFrame(); goto Check1; label End: EndFrame(); goto End; endscript; $