beginscript; ExcTargetType(0xffffffff); label Wait: WaitForTime(100); ReEvaluate(); IncTargetType(0xffffffff); IncludeUTarget(0x6c01); SetFollowUnit(MainTrain,50,200); SetFollowRange(300); ReEvaluate(); BreakWptsOnAttack(); EndFrame(); goto End; EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $