mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
194 B
Text
12 lines
194 B
Text
void script_1832(int arg0) {
|
|
if (((boolean)script_1820(arg0))) {
|
|
return;
|
|
}
|
|
if (((boolean)globalint_255)) {
|
|
globalint_255 = 1;
|
|
} else {
|
|
globalint_255 = 0;
|
|
}
|
|
script_1780();
|
|
return;
|
|
}
|