mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
35
dumps/scripts/71.cs2
Normal file
35
dumps/scripts/71.cs2
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
void script_71(int arg0) {
|
||||
int ivar1;
|
||||
ivar1 = script_1305();
|
||||
if ((arg0 == -1) && ((boolean)bitconfig_9030)) {
|
||||
arg0 = 1;
|
||||
}
|
||||
globalint_168 = arg0;
|
||||
if (arg0 == -1) {
|
||||
if (getDisplayMode() >= 2) {
|
||||
script_1306();
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (((boolean)script_2709()) && (((arg0 == 9) || (arg0 == 11)) || (arg0 == 10))) {
|
||||
return;
|
||||
}
|
||||
if (ivar1 > -1) {
|
||||
if (ivar1 == arg0) {
|
||||
if (getDisplayMode() >= 2) {
|
||||
script_1306();
|
||||
script_1387(arg0);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
script_1306();
|
||||
script_1387(arg0);
|
||||
}
|
||||
} else {
|
||||
script_1306();
|
||||
script_1387(arg0);
|
||||
}
|
||||
return;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue