-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path[clientscript,script1130].cs2
54 lines (54 loc) · 1.2 KB
/
[clientscript,script1130].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
// 1130
[clientscript,script1130](int $flags0, int $flags1, int $flags2, int $flags3, int $flags4)
def_int $int5 = 0;
def_namedobj $namedobj6 = null;
def_int $int7 = 0;
while ($int7 <= enum_getoutputcount(enum_2778)) {
if (cc_find(interface_447: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;
}
cc_clearops;
$namedobj6 = enum(int, namedobj, enum_2778, $int7);
if ($namedobj6 = null | ~script1129($namedobj6) = 0) {
cc_sethide(true);
} else if ($int5 = 1) {
cc_setop(1, "Take");
cc_settrans(0);
} else {
cc_setop(1, "Store");
cc_settrans(180);
}
}
$int7 = calc($int7 + 1);
}