beginscript; ExcTargetType(0x1); IncTargetType(0x2); IncludeGTarget(2); ExcludeUTarget(Fb_G02_01_Scr); SetFollowRange(0); SetGlobalVar(1,0); label Wait1: if (Triggered()) { SetFollowWaypoint(41,0,0); SetFollowRange(0); EndFrame(); goto End; } EndFrame(); goto Wait1; label End: EndFrame(); goto End; endscript; $