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
+17
View File
@@ -0,0 +1,17 @@
void script_833(int arg0,int arg1) {
if (arg0 == 2) {
script_3683();
if (arg1 < 500) {
if (((boolean)script_837(arg1)) && ((boolean)cs2method_3408(105, 105, 1350, arg1))) {
messageType0("This track was unlocked " + getCommonString(1349, arg1));
} else {
messageType0("This track unlocks " + getCommonString(1349, arg1));
}
} else if (((boolean)script_837(arg1)) && ((boolean)cs2method_3408(105, 105, 1350, arg1))) {
messageType0("This track was unlocked " + getCommonString(952, arg1));
} else {
messageType0("This track unlocks " + getCommonString(952, arg1));
}
}
return;
}