beginscript; label Start: label base1: if ( GetGlobalVar (4) == 1 && GetGlobalVar (5) == 1 && GetGlobalVar (6) == 1 ) { // SpawnOtherUnit(0x7845); SpawnOtherUnit(0x7843); // SpawnOtherUnit(0x7844); // SpawnOtherUnit(0x7846); // SpawnOtherUnit(0x7847); // SpawnOtherUnit(0x7848); EndFrame(); goto End; } EndFrame(); goto base1; label End: EndFrame(); goto End; endscript; $