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
+11
View File
@@ -0,0 +1,11 @@
void script_3961(int arg0,int arg1) {
if (arg0 < 50) {
arg0 = add(arg0, 1);
setScriptCallOnGameloop(3961, arg0, new WidgetPointer(arg1), "iI", new WidgetPointer(arg1));
} else {
setWidgetSize(63, 16, 0, 0, new WidgetPointer(744,81));
setScriptCallOnGameloop(-1, "", new WidgetPointer(arg1));
script_3960(48758892);
}
return;
}