beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { SetNumLives(1); ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget(2); IncludeUTarget(0x6c01); EndFrame(); goto Wait2; } EndFrame(); goto Wait; label Wait2: if (GetFollowMode() == 3) { SetFollowWaypoint(170,0,0); ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget(2); IncludeUTarget(0x6c01); EndFrame(); goto End; } EndFrame(); goto Wait2; label End: EndFrame(); goto End; endscript; $