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

16
dumps/scripts/2200.cs2 Normal file
View file

@ -0,0 +1,16 @@
void script_2200() {
switch (rndExcl(4)) {
case 0:
globalint_1136 = 61079558;
break;
case 1:
globalint_1136 = 61079559;
break;
case 2:
globalint_1136 = 61079560;
break;
case 3:
globalint_1136 = 61079561;
}
return;
}