mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
243 B
Text
9 lines
243 B
Text
void script_2818() {
|
|
if (globalint_1065 != -1) {
|
|
script_2819();
|
|
setScriptCallOnGlobalConfigChange(-1, "", new WidgetPointer(89,0));
|
|
} else {
|
|
setScriptCallOnGlobalConfigChange(2818, 1065, 1, "Y", new WidgetPointer(89,0));
|
|
}
|
|
return;
|
|
}
|