Example #1
0
 /** Set the bot's locale */
 public void svcmd_locale(String[] args) {
   if (args.length > 2) fTestBot.setLocale(args[2]);
   else {
     Game.dprint("Usage: sv locale [<locale>]\nCurrent locale: " + fTestBot.getLocale() + "\n");
   }
 }