-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[clientscript,script474].cs2
57 lines (57 loc) · 1.17 KB
/
[clientscript,script474].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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// 474
[clientscript,script474](int $flags0, int $flags1, int $flags2, int $flags3, int $flags4)
def_int $int5 = 0;
def_namedobj $namedobj6 = null;
def_int $int7 = 0;
while ($int7 <= 145) {
if (cc_find(interface_78:3, $int7) = ^true) {
if ($int7 < 32) {
if (testbit($flags0, $int7) = ^true) {
$int5 = 1;
} else {
$int5 = 0;
}
} else if ($int7 < 64) {
if (testbit($flags1, calc($int7 - 32)) = ^true) {
$int5 = 1;
} else {
$int5 = 0;
}
} else if ($int7 < 96) {
if (testbit($flags2, calc($int7 - 64)) = ^true) {
$int5 = 1;
} else {
$int5 = 0;
}
} else if ($int7 < 128) {
if (testbit($flags3, calc($int7 - 96)) = ^true) {
$int5 = 1;
} else {
$int5 = 0;
}
} else if ($int7 < 160) {
if (testbit($flags4, calc($int7 - 128)) = ^true) {
$int5 = 1;
} else {
$int5 = 0;
}
} else {
$int5 = 0;
}
if ($int5 = 1) {
$namedobj6 = enum(int, namedobj, enum_708, $int7);
if ($namedobj6 ! null) {
if (inv_total(inv, $namedobj6) = 0) {
cc_sethide(false);
} else {
cc_sethide(true);
}
} else {
cc_sethide(true);
}
} else {
cc_sethide(true);
}
}
$int7 = calc($int7 + 1);
}