beginscript; label Wait: if (GetState() != 0) { ExcTargetType(0xffffffff); EndFrame(); goto Spawned; } EndFrame(); goto Wait; label Spawned: SetVar (0, GetTime()+10); label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } SetFollowWaypoint(73,0,0); SetVar (0, GetTime()+200); label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } IncTargetType (0x2); label End: EndFrame(); goto End; endscript; $