CodeCombat-命令下属

this.moveXY(49, 66);
this.moveXY(60, 63);
this.moveXY(75, 63);
this.say("Hail, friends!");

// Saying anything with "follow" in it will get nearby soldiers
// to follow you
this.say("Follow me!");
this.moveXY(60,41);
// Saying anything with "attack" will send nearby troops into
// a battle mode.
this.say("Attack them!");
// Make sure Tharin is safe!

游戏截图:

CodeCombat-命令下属_第1张图片

你可能感兴趣的:(CodeCombat-命令下属)