beginscript; label spawnme: if (GetGlobalVar(1)==1) { SetFollowWaypoint (72,0,0); SetFollowRange(10); ExcTargetType(0xffffffff); EndFrame(); goto End; } EndFrame(); goto spawnme; label End: EndFrame(); goto End; endscript; $