mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
257 B
Text
8 lines
257 B
Text
void script_2337(int arg0) {
|
|
if (getDisplayMode() >= 2) {
|
|
setWidgetPosition(add(getWidgetActualWidth(new WidgetPointer(746,13)), 10), 10, 2, 0, new WidgetPointer(arg0));
|
|
} else {
|
|
setWidgetPosition(10, 10, 2, 0, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|