mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
243 B
Text
10 lines
243 B
Text
void script_1141() {
|
|
if (((boolean)script_1431())) {
|
|
if (getDisplayMode() < 2) {
|
|
setScriptCallOnGameloop(1175, "", new WidgetPointer(548,10));
|
|
} else {
|
|
setScriptCallOnGameloop(1175, "", new WidgetPointer(746,17));
|
|
}
|
|
}
|
|
return;
|
|
}
|