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

19
dumps/scripts/1011.cs2 Normal file
View file

@ -0,0 +1,19 @@
cs2func_script_1011_struct(1,1,0) script_1011(int arg0) {
switch (arg0) {
case 0:
return newstruct cs2func_script_1011_struct(0, "Runes");
case 1:
return newstruct cs2func_script_1011_struct(0, "Multiple Runes");
case 2:
return newstruct cs2func_script_1011_struct(0, "Equipment");
case 3:
return newstruct cs2func_script_1011_struct(0, "Other");
case 4:
return newstruct cs2func_script_1011_struct(0, "Minigames");
case 5:
return newstruct cs2func_script_1011_struct(0, "Dungeoneering");
case 6:
return newstruct cs2func_script_1011_struct(0, "Milestones");
}
return newstruct cs2func_script_1011_struct(-1, "");
}