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