mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
338 B
Text
10 lines
338 B
Text
void script_2909(int arg0,int arg1) {
|
|
if (((boolean)bitconfig_7191)) {
|
|
setWidgetIsHidden(true, new WidgetPointer(arg0));
|
|
} else if (bitconfig_7191 < 5) {
|
|
setWidgetText(new WidgetPointer(arg1), "<lt>" + "1 min");
|
|
} else {
|
|
setWidgetText(new WidgetPointer(arg1), intToStr(divide(add(bitconfig_7191, 4), 5)) + " min");
|
|
}
|
|
return;
|
|
}
|