mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
15 lines
235 B
Text
15 lines
235 B
Text
void script_2736() {
|
|
if (((boolean)bitconfig_6084)) {
|
|
if (((boolean)globalint_774)) {
|
|
return;
|
|
}
|
|
globalint_774 = 1;
|
|
} else {
|
|
if (((boolean)globalint_774)) {
|
|
return;
|
|
}
|
|
globalint_774 = 0;
|
|
}
|
|
script_2790();
|
|
return;
|
|
}
|