beginscript; label wait: if (GetGlobalVar(1)==1) { WaitForTime(150); EndFrame(); goto Checkdist; } EndFrame(); goto wait; label Checkdist: if (GetGlobalVar(1)== 2) { EndFrame(); goto End; } TriggerMessage(28,0xffff,0xffff); EndFrame(); goto wait; label End: EndFrame(); goto End; endscript; $