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

10
dumps/scripts/707.cs2 Normal file
View file

@ -0,0 +1,10 @@
void script_707() {
if (getDisplayMode() >= 2) {
setWidgetPosition(220, 11, 2, 0, new WidgetPointer(680,19));
} else {
setWidgetPosition(12, 11, 2, 0, new WidgetPointer(680,19));
}
globalint_215 = 255;
globalint_216 = 0;
return;
}