Пример #1
0
 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 world on crack, \n\nYour available commands are " + words.description());
     }
     return(false);
 }
Пример #2
0
 public string description()
 {
     return(commands.description());
 }