mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
276 B
Text
12 lines
276 B
Text
void script_599() {
|
|
if (((boolean)standart_config_1113)) {
|
|
if (globalint_84 <= 2147483637) {
|
|
globalint_84 = add(globalint_84, 10);
|
|
}
|
|
} else {
|
|
globalint_84 = 10;
|
|
}
|
|
setWidgetText(new WidgetPointer(105,148), formatNumber(globalint_84, 1));
|
|
script_602();
|
|
return;
|
|
}
|