beginscript; label Wait: if (GetState() != 0 && UnitDead() != 1) { ExcTargetType(0xffffffff); IncTargetType(0x80); IncTargetType(0x2); IncludeGTarget(2); SetFollowRange(0); EndFrame(); goto wait2; } EndFrame(); goto Wait; label wait2: if (GetGlobalVar(0) == 4) { WaitForTime(20); SetGroupFollowConvoy(61, 0, 0); SetGroupConvoySpacing (200, 50); EndFrame(); goto wait3; } EndFrame(); goto wait2; label wait3: if (GetFollowMode() == 3) { WaitForTime(30); SetGlobalVar(0,5); EndFrame(); goto End; } EndFrame(); goto wait3; label End: EndFrame(); goto End; endscript; $