mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
12 lines
209 B
Text
12 lines
209 B
Text
int script_1569() {
|
|
if (getDisplayMode() >= 2) {
|
|
if (isWidgetOpen(new WidgetPointer(746,87))) {
|
|
return 1;
|
|
}
|
|
} else {
|
|
if (isWidgetOpen(new WidgetPointer(548,199))) {
|
|
return 1;
|
|
}
|
|
}
|
|
return 0;
|
|
}
|