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