beginscript; ExcTargetType(0xffff); // ExcludeGTarget (1); label check1: if ( PlayerInArea(-3327,2045,150) ) { SetFollowWaypoint(9,0,0); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $