mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
255 B
Text
8 lines
255 B
Text
void script_2609(int arg0) {
|
|
if ((((boolean)bitconfig_6357) || (bitconfig_6357 == 4)) || (bitconfig_6357 == 3)) {
|
|
setWidgetPosition(0, 5, 0, 0, new WidgetPointer(arg0));
|
|
} else {
|
|
setWidgetPosition(0, 0, 0, 0, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|