mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
131 B
Text
8 lines
131 B
Text
void script_1373() {
|
|
if (isWidgetHidden(new WidgetPointer(755,46))) {
|
|
script_1374(1);
|
|
} else {
|
|
script_1374(0);
|
|
}
|
|
return;
|
|
}
|