mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
172 B
Text
8 lines
172 B
Text
void script_1375(int arg0,int arg1) {
|
|
if (isWidgetHidden(new WidgetPointer(755,47))) {
|
|
script_1376(1, arg0, arg1);
|
|
} else {
|
|
script_1376(0, arg0, arg1);
|
|
}
|
|
return;
|
|
}
|