beginscript; label wait: if (GetGlobalVar(1)==1) { TeleportOtherUnit(0x784f, ash, 0, 0) WaitForTime(20); EndFrame(); goto wait; } EndFrame(); goto wait; label End: EndFrame(); goto End; endscript; $