beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SetFollowWaypoint(142,0,0); SetFollowRange(50); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $