Ejemplo n.º 1
0
 private void iamBored(string a)
 {
     if (autoSpeaking)
     {
         pi.speak(a);
         outputBox.AppendText("Prelude to herself: " + a + "\n");
         presentLine++;
         outputBox.AppendText("Prelude bored: " + pi.chatWithPrelude(a) + "\n");
         presentLine++;
     }
 }