mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
13 lines
291 B
Text
13 lines
291 B
Text
void script_1834(int arg0) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
if (((((boolean)globalint_250) && (globalint_252 >= 2)) && ((boolean)globalint_251)) && (isMember() || ((boolean)globalint_253))) {
|
|
return;
|
|
}
|
|
if (((boolean)globalint_258)) {
|
|
globalint_258 = 1;
|
|
script_1782();
|
|
}
|
|
return;
|
|
}
|