/*When player choice a specific command just pass the
* command name as message then, and when execute this
* command just like this: command.execute(Character caller, Character target) */
commands.put("Moving", new Move());
commands.put("Attacking", new Attack());//Those two commands can be use for all characters.
//commands.put("Healing", new Healing()); //Those commands only for Player's characters.
//commands.put("Waiting", new Wait());
//commands.put("Trading", new Trade());
//commands.put("UsingItem", new UseItem(item));//This should be several Items. So it should write