mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
228 B
Text
9 lines
228 B
Text
void script_604() {
|
|
if (standart_config_1109 == -1) {
|
|
return;
|
|
}
|
|
globalint_85 = max(subtract(globalint_85, 1), 1);
|
|
setWidgetText(new WidgetPointer(105,153), formatNumber(globalint_85, 1) + " gp");
|
|
script_609();
|
|
return;
|
|
}
|