mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
226 B
Text
15 lines
226 B
Text
void script_1830(int arg0) {
|
|
if (isMember()) {
|
|
return;
|
|
}
|
|
if (((boolean)script_1820(arg0))) {
|
|
return;
|
|
}
|
|
if (((boolean)globalint_253)) {
|
|
globalint_253 = 1;
|
|
} else {
|
|
globalint_253 = 0;
|
|
}
|
|
script_1778();
|
|
return;
|
|
}
|