beginscript; label Start: ExcTargetType(0xffffffff); SelectWeapons(0,0,0); SetFollowWaypoint(27,0,0); label ho: if (Triggered()) { WaitForTime(80); SetLand(855, 4274, 10); EndFrame(); goto hum; } EndFrame(); goto ho; label hum: if (GetGlobalVar (3) == 1) { ExcTargetType(0x1); SelectWeapons(0,0,0); IncludeUTarget (0x6c01); EndFrame(); goto End; } EndFrame(); goto hum; label End: EndFrame(); goto End; endscript; $