beginscript; SetRespawnTime(5); ExcTargetType(0xffff); IncludeGTarget (1); SetFollowWaypoint(125,0,0); label check1: if ( UnitInArea(-3581,1810,1000) // was 200 ) { WaitForTime(60); ExcTargetType(0xffff); IncludeUTarget (0x783e); IncludeUTarget (0x783d); IncludeUTarget (0x783c); IncludeUTarget (0x7817); IncludeUTarget (0x783b); IncludeUTarget (0x7815); IncludeUTarget (0x7816); IncludeUTarget (0x780f); IncludeUTarget (0x7812); IncludeUTarget (0x7811); IncludeUTarget (0x7810); IncludeUTarget (0x7814); IncludeUTarget (0x780e); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $