000 player 001 0 003 1 004 Desarrollador 010 0&0&Vienes a ser tú. 011 0&0&Jugador 012 0&0&Jugadores 013 1 014 Jugador 015 Jugadores 050 000009$000008 099 Corresponden a "mano derecha" y "mano izquierda" resp. 084 String parseCommand ( String verb , String args ) { if ( verb.equalsIgnoreCase("reproducir") || verb.equalsIgnoreCase("escuchar") ) { //System.out.println("Reached Theez Pointe."); return (verb + " " + args + " " + "en reproductor"); } else return null; } 085