if (id == 0) return "To start playing the game press \\"play\\""; else { return Game.play(message, players.get(id)); }