mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
239 B
Text
15 lines
239 B
Text
void script_2300(int arg0) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
if (((boolean)standart_config_1397)) {
|
|
return;
|
|
}
|
|
if (((boolean)script_42(globalint_182))) {
|
|
globalint_182 = 0;
|
|
} else {
|
|
globalint_182 = 1;
|
|
}
|
|
script_2303();
|
|
return;
|
|
}
|