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
View File
@@ -0,0 +1,10 @@
void script_3141(int arg0,string arg1) {
if (setWorldHost(arg0, arg1)) {
globalint_547 = 0;
script_3143(0, "Switched to game world " + intToStr(arg0));
} else {
script_3143(1, "Sorry, we couldn't contact world " + intToStr(arg0) + "." + "<br>" + "Please choose a different world.");
}
script_3116();
return;
}