public bool execute(Player player) { if (this.hasSecondWord()) { player.outputMessage("\nI cannot help you with " + this.secondWord); } else { player.outputMessage("\nYou are lost. You are alone. You wander around the university, \n\nYour avaliable commands are " + words.description()); } return(false); }
public string description() { return(commands.description()); }