Added initial version

This commit is contained in:
Ceikry 2021-03-07 20:37:32 -06:00
commit b452bd670c
13290 changed files with 1178433 additions and 0 deletions

12
dumps/scripts/599.cs2 Normal file
View file

@ -0,0 +1,12 @@
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;
}