Example #1
0
 public string talk(Npc buddy)
 {
     if (buddy != null)
         return buddy.grabDialogue("talk");
     else
         return "No one is here.\n";
 }