beginscript; label wait: if (GetGlobalVar(1)==1) { DespawnOtherUnit(0x784f); TeleportOtherUnit(0x784f, Ash, 0, 0); SpawnOtherUnit(0x784f); WaitForTime(5); EndFrame(); goto wait; } EndFrame(); goto wait; label End: EndFrame(); goto End; endscript; $