-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgear_up.sqf
89 lines (84 loc) · 2.43 KB
/
gear_up.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
_player = player;
_an225 = _this select 0;
_an225 say "An225_gear";
_an225 animate["gearF",1];
_an225 animate["gdoorF1",1];
_an225 animate["gdoorF2",1];
_an225 animate["gdoorF3",1];
_an225 animate["gdoorF4",1];
_an225 animate["lisection1",1];
_an225 animate["lisection2",1];
_an225 animate["lisection3",1];
_an225 animate["lisection4",1];
_an225 animate["lisection5",1];
_an225 animate["lisection6",1];
_an225 animate["lisection7",1];
_an225 animate["risection1",1];
_an225 animate["risection2",1];
_an225 animate["risection3",1];
_an225 animate["risection4",1];
_an225 animate["risection5",1];
_an225 animate["risection6",1];
_an225 animate["risection7",1];
_an225 animate["losection1",1];
_an225 animate["losection2",1];
_an225 animate["losection3",1];
_an225 animate["losection4",1];
_an225 animate["losection5",1];
_an225 animate["losection6",1];
_an225 animate["losection7",1];
_an225 animate["rosection1",1];
_an225 animate["rosection2",1];
_an225 animate["rosection3",1];
_an225 animate["rosection4",1];
_an225 animate["rosection5",1];
_an225 animate["rosection6",1];
_an225 animate["rosection7",1];
_an225 animate["kl1",1];
_an225 animate["kl2",1];
_an225 animate["kl3",1];
_an225 animate["kl4",1];
_an225 animate["kl5",1];
_an225 animate["kl6",1];
_an225 animate["kl7",1];
_an225 animate["kr1",1];
_an225 animate["kr2",1];
_an225 animate["kr3",1];
_an225 animate["kr4",1];
_an225 animate["kr5",1];
_an225 animate["kr6",1];
_an225 animate["kr7",1];
_an225 animate["gl1",1];
_an225 animate["gl2",1];
_an225 animate["gl3",1];
_an225 animate["gl4",1];
_an225 animate["gl5",1];
_an225 animate["gl6",1];
_an225 animate["gl7",1];
_an225 animate["gr1",1];
_an225 animate["gr2",1];
_an225 animate["gr3",1];
_an225 animate["gr4",1];
_an225 animate["gr5",1];
_an225 animate["gr6",1];
_an225 animate["gr7",1];
sleep(12);
_an225 animate["lisection1",0];
_an225 animate["lisection2",0];
_an225 animate["lisection3",0];
_an225 animate["lisection4",0];
_an225 animate["lisection5",0];
_an225 animate["lisection6",0];
_an225 animate["lisection7",0];
_an225 animate["risection1",0];
_an225 animate["risection2",0];
_an225 animate["risection3",0];
_an225 animate["risection4",0];
_an225 animate["risection5",0];
_an225 animate["risection6",0];
_an225 animate["risection7",0];
_an225 animate["gdoorF1",0];
_an225 animate["gdoorF2",0];
_an225 animate["gdoorF3",0];
_an225 animate["gdoorF4",0];
if (true) exitWith {};