13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
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;
|
|
}
|