hej100
Member
Hi
I just got it fixed so that i can run 2 diablo's from the same computer,, But now i wanna run to diffrent bots My default.dj2 looks like this
/*
delay(1000);
function main() {
switch(me.name) {
case "Name 1":
load("bots/MarsBrandMeph.d2j");
break;
case "Name 2":
load("bots/pwndefault.d2j");
break;
}
}
But i cant get it to work it makes a syntax error,, and i read all the other forums about this subject but nothings works,,,
Plz help
I just got it fixed so that i can run 2 diablo's from the same computer,, But now i wanna run to diffrent bots My default.dj2 looks like this
/*
delay(1000);
function main() {
switch(me.name) {
case "Name 1":
load("bots/MarsBrandMeph.d2j");
break;
case "Name 2":
load("bots/pwndefault.d2j");
break;
}
}
But i cant get it to work it makes a syntax error,, and i read all the other forums about this subject but nothings works,,,
Plz help