mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
8 lines
322 B
Text
8 lines
322 B
Text
void script_5212(int arg0) {
|
|
if (bitconfig_9511 == 2000) {
|
|
setWidgetText(new WidgetPointer(arg0), "<col=ff0000>" + intToStr(bitconfig_9511) + "/" + intToStr(2000) + "</col>");
|
|
} else {
|
|
setWidgetText(new WidgetPointer(arg0), "<col=ff981f>" + intToStr(bitconfig_9511) + "/" + intToStr(2000) + "</col>");
|
|
}
|
|
return;
|
|
}
|