mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
12 lines
278 B
Text
12 lines
278 B
Text
void script_600() {
|
|
if (((boolean)standart_config_1113)) {
|
|
if (globalint_84 <= 2147483547) {
|
|
globalint_84 = add(globalint_84, 100);
|
|
}
|
|
} else {
|
|
globalint_84 = 100;
|
|
}
|
|
setWidgetText(new WidgetPointer(105,148), formatNumber(globalint_84, 1));
|
|
script_602();
|
|
return;
|
|
}
|