mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
15 lines
285 B
Text
15 lines
285 B
Text
int script_5280() {
|
|
if (isWidgetOpen(new WidgetPointer(906,80))) {
|
|
return 1;
|
|
}
|
|
if (isWidgetOpen(new WidgetPointer(906,54))) {
|
|
return 1;
|
|
}
|
|
if (isWidgetOpen(new WidgetPointer(906,72))) {
|
|
return 1;
|
|
}
|
|
if (isWidgetOpen(new WidgetPointer(906,64))) {
|
|
return 1;
|
|
}
|
|
return 0;
|
|
}
|