TweaK
Premium Member
Well, I have followed all guides I can find, but it just won't load my scripts.
*/
delay(1000);
function main() {
switch(me.name) {
case "MyFirstSorc":
load("bots/ShopIt_loader.d2j");
break;
case "MySecondSorc":
load("bots/PwnagePindle.d2j");
break;
}
}
Whats wrong with it?
*/
delay(1000);
function main() {
switch(me.name) {
case "MyFirstSorc":
load("bots/ShopIt_loader.d2j");
break;
case "MySecondSorc":
load("bots/PwnagePindle.d2j");
break;
}
}
Whats wrong with it?