-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[proc,script3395].cs2
36 lines (36 loc) · 987 Bytes
/
[proc,script3395].cs2
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
// 3395
[proc,script3395](int $int0, int $int1, component $component2, component $component3)
switch_int ($int0) {
case 1 :
if ($int1 = 1) {
if_setmodelanim(seq_4811, $component2);
if_setmodelanim(seq_4811, $component3);
} else {
if_setmodelanim(seq_4815, $component2);
if_setmodelanim(seq_4815, $component3);
}
case 2 :
if ($int1 = 1) {
if_setmodelanim(seq_4812, $component2);
if_setmodelanim(seq_4812, $component3);
} else {
if_setmodelanim(seq_4816, $component2);
if_setmodelanim(seq_4816, $component3);
}
case 3 :
if ($int1 = 1) {
if_setmodelanim(seq_4813, $component2);
if_setmodelanim(seq_4813, $component3);
} else {
if_setmodelanim(seq_4817, $component2);
if_setmodelanim(seq_4817, $component3);
}
case default :
if ($int1 = 1) {
if_setmodelanim(seq_4814, $component2);
if_setmodelanim(seq_4814, $component3);
} else {
if_setmodelanim(seq_4818, $component2);
if_setmodelanim(seq_4818, $component3);
}
}