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/911.cs2 Normal file
View file

@ -0,0 +1,12 @@
void script_911() {
if (((boolean)bitconfig_4532) && (globalint_118 < 253)) {
globalint_118 = add(globalint_118, 3);
cs2method2103(subtract(255, globalint_118), new WidgetPointer(721,3));
} else {
if (((boolean)bitconfig_4532) && (globalint_118 > 3)) {
globalint_118 = subtract(globalint_118, 3);
cs2method2103(subtract(255, globalint_118), new WidgetPointer(721,3));
}
}
return;
}