beginscript; SetFollowWaypoint (4,0,0); SetFollowRange(0); label targets: IncludeUTarget (0x7001); if (OtherUnitDead(0x7001)) { IncludeUTarget (0x7002); EndFrame(); } if (OtherUnitDead(0x7002)) { IncludeUTarget (0x7003); EndFrame(); } if (OtherUnitDead(0x7003)) { IncludeUTarget (0x7004); EndFrame(); goto End; } EndFrame(); goto targets; label End: EndFrame(); goto End; endscript; $