beginscript; label Start: ExcTargetType (0); //IncludeGTarget (2); //SetAnimID(11); //SetFollowArea(-3023,-260,10); SetVar (0, GetTime()+20); label TimeWait: if (GetVar(0) > GetTime()) { EndFrame(); goto TimeWait; } IncludeGTarget (2); label End: EndFrame(); goto End; endscript; $