dialog(s)


  // Wait function to allow our pieces to get here prior to starting
  
          function hello(){
                  chatter[chatpoint] = "> hello, how are you?"; 
                  chatpoint = 1;
                  return write();
          }