beginscript; ExcTargetType (0xffffffff); SetVar (0, GetTime ()); label Wait1: if (GetVar (0) < GetTime () - 200) { SetTargetHag (100); goto Wait2; } EndFrame (); goto Wait1; label Wait2: if (GetVar (0) < GetTime () - 350) { SetTargetHag (300); goto Wait3; } EndFrame (); goto Wait2; label Wait3: if (GetVar (0) < GetTime () - 500) { SetTargetHag (70); goto End; } EndFrame (); goto Wait3; label End: EndFrame(); goto End; endscript; $