# | pattern (10 | 100)
|
---|
1 | pattern (15 | 105) |
2 | pattern (20 | 200) |
3 | pattern (30 | 300) |
4 | pattern (40 | 400) |
5 | pattern (50 | 500) |
6 | pattern (60 | 600) |
7 | pattern (70 | 700) |
8 | pattern (80 | 800) |
9 | pattern (90 | 900) |
10 | END |
11 | 10 setposition (19000.2000 | 19000.2500 | 0) |
12 | setheading (90) |
13 | wait (10) |
14 | 11 setposition (19000.2000 | 19000.2500 | 0) |
15 | gosub 95 |
16 | gosub 93 |
17 | gosub 94 |
18 | goto 11 |
19 | 15 setposition (19000.1524 | 18999.7675 | 20) |
20 | setheading (0) |
21 | wait (10) |
22 | 16 yaw (180 | 3000) |
23 | yaw (0 | 3000) |
24 | goto 16 |
25 | 20 setposition (19000.3000 | 19000.3500 | 0) |
26 | setheading (359) |
27 | wait (10) |
28 | 21 setposition (19000.3000 | 19000.3500 | 0) |
29 | gosub 93 |
30 | gosub 94 |
31 | gosub 95 |
32 | goto 21 |
33 | 30 setposition (19000.2500 | 19000.2500 | 1.5) |
34 | setheading (90) |
35 | sleep |
36 | goto 30 |
37 | 40 setposition (19000.2500 | 19000.2500 | 1.5) |
38 | setheading (90) |
39 | 41 wait (10) |
40 | pitch (45 | 4000) |
41 | wait (10) |
42 | pitch (0 | -5000) |
43 | goto 41 |
44 | 50 setposition (19000.0400 | 19000.0611 | 0) |
45 | setheading (20) |
46 | sleep |
47 | goto 50 |
48 | 60 setposition (19000.0400 | 19000.0611 | 1) |
49 | setheading (20) |
50 | wait (10) |
51 | 61 wait (1) |
52 | pitch (180 | -8000) |
53 | wait (1) |
54 | pitch (0 | 4000) |
55 | goto 61 |
56 | 70 setposition (19000.4000 | 19000.2500 | 0) |
57 | setheading (270) |
58 | wait (10) |
59 | 71 setposition (19000.4000 | 19000.2500 | 0) |
60 | turn (10 | 181 | 0.1000) |
61 | gosub 94 |
62 | gosub 95 |
63 | turn (10 | 270 | 0.1000) |
64 | goto 71 |
65 | 80 setposition (19000.3000 | 19000.1500 | 0) |
66 | setheading (181) |
67 | wait (10) |
68 | 81 setposition (19000.3000 | 19000.1500 | 0) |
69 | gosub 94 |
70 | gosub 95 |
71 | gosub 93 |
72 | goto 81 |
73 | 90 setposition (19000.1500 | 19000.2200 | 0) |
74 | setheading (270) |
75 | wait (10) |
76 | gosub 91 |
77 | wait (10) |
78 | gosub 92 |
79 | goto 90 |
80 | 91 moveeast (30 | 0.4) |
81 | return |
82 | 92 moveeast (30 | -0.4) |
83 | return |
84 | 93 turn (20 | 181 | 0.1000) |
85 | return |
86 | 94 turn (10 | 90 | 0.1000) |
87 | return |
88 | 95 turn (10 | 0 | 0.1000) |
89 | return |
90 | 100 model (101 | 0) |
91 | 105 model (106 | 0) |
92 | 200 model (201 | 0) |
93 | 300 model (301 | 0) |
94 | 400 model (401 | 0) |
95 | 500 model (501 | 0) |
96 | 600 model (601 | 0) |
97 | 700 model (701 | 0) |
98 | 800 model (801 | 0) |
99 | 900 model (901 | 0) |
100 | 101 defmodel FOLLOWME |
101 | 106 defmodel RADAR |
102 | 201 defmodel PICKUP |
103 | 301 defmodel PICKUP_1 |
104 | 401 defmodel GANGWAY |
105 | 501 defmodel SIG_MAN |
106 | 601 defmodel ARMS |
107 | 701 defmodel AIRTUG |
108 | 801 defmodel BUS |
109 | 901 defmodel FIRETK_R |
110 | END
|