mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
11 lines
255 B
Text
11 lines
255 B
Text
void script_605() {
|
|
if (standart_config_1109 == -1) {
|
|
return;
|
|
}
|
|
if (globalint_85 < 2147483647) {
|
|
globalint_85 = add(globalint_85, 1);
|
|
setWidgetText(new WidgetPointer(105,153), formatNumber(globalint_85, 1) + " gp");
|
|
script_609();
|
|
}
|
|
return;
|
|
}
|