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

13
dumps/scripts/2895.cs2 Normal file
View file

@ -0,0 +1,13 @@
void script_2895(int arg0) {
if (globalint_1078 > bitconfig_7189) {
if (globalint_1079 != 1) {
setScriptCallOnGameloop(2896, new WidgetPointer(arg0), "I", new WidgetPointer(arg0));
globalint_1079 = 1;
}
} else {
if (((boolean)globalint_1078)) {
globalint_1078 = bitconfig_7189;
}
}
return;
}