-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[proc,script2371].cs2
35 lines (35 loc) · 1.09 KB
/
[proc,script2371].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
// 2371
[proc,script2371](component $component0, component $component1, component $component2, component $component3, component $component4, component $component5, component $component6, component $component7)
if_sethide(true, $component0);
if_sethide(true, $component1);
if_sethide(true, $component2);
if_sethide(true, $component3);
if_sethide(true, $component4);
if_sethide(true, $component5);
if_sethide(true, $component6);
if_sethide(true, $component7);
switch_int (%var261) {
case 1 :
if_sethide(false, $component0);
if_sethide(false, $component2);
case 2 :
if_sethide(false, $component0);
if_sethide(false, $component1);
if_sethide(false, $component3);
case 3 :
if_sethide(false, $component0);
if_sethide(false, $component1);
if_sethide(false, $component4);
case 4 :
if_sethide(false, $component0);
if_sethide(false, $component1);
if_sethide(false, $component5);
case 5 :
if_sethide(false, $component0);
if_sethide(false, $component1);
if_sethide(false, $component6);
case 6 :
if_sethide(false, $component0);
if_sethide(false, $component1);
if_sethide(false, $component7);
}