#NAME Staff Meeting

#PREREQUISITE QUEST FOREST_HEADMASTER_STORY

#OBJECTIVE FLAG ARTIST_VISITED == 1
#OBJECTIVEDESCRIPTION Introduce yourself to the artist on the left balcony.
#OBJECTIVEINDICATOR ARTIST

#OBJECTIVE FLAG ALCHEMIST_VISITED == 1
#OBJECTIVEDESCRIPTION Talk to the alchemist in the basement.
#OBJECTIVEINDICATOR ALCHEMIST

#OBJECTIVE FLAG COACH_VISITED == 1
#OBJECTIVEDESCRIPTION Chat with the coach near the beach.
#OBJECTIVEINDICATOR COACH

#OBJECTIVE FLAG COSTUMER_VISITED == 1
#OBJECTIVEDESCRIPTION Visit the costumer in her office in the right tower.
#OBJECTIVEINDICATOR COSTUMER

#START
{
  #TEXT You know, it just occurred to me that you're new here, and 
  #NEWLINE probably don't know anybody. 
  
  #OPTION I sure don't!
  {
    #TEXT You've already met the Librarian, Wandmaker and Tailor, right?
    #NEWLINE We also have an &2Artist&0, &2Alchemist&0, &2Coach&0, and a &2Costumer&0.
    #NEWLINE You should introduce yourself so you don't startle anyone.
    
    #OPTION I'll tell them you say hi!
    {
      #TEXT Please don't.
      #NEWLINE I don't want to give them the impression I'm their friend 
	  #NEWLINE or anything. Makes them harder to fire.
	  #NEWLINE 
      #NEWLINE ...you're still here?

      #OPTION Oh, sorry. You were talking.
      {
        #TEXT While you're running around, &2See if you can help the other professors, 
        #NEWLINE &2too.&0 By the looks of things, they definitely need it.
        #STARTQUEST
      }
    }
  }
}

#INCOMPLETE
{
  #TEXT I take it you've found everyone absolutely unbearable.
  #NEWLINE Or, at least found them.
  #OPTION Nope!
  {
    #TEXT I don't blame you. Do it anyway.
  }
}

#COMPLETE
{
  #TEXT I take it you've found everyone absolutely unbearable.
  #NEWLINE Or, at least found them.
  
  #OPTION Yep!
  {
    #TEXT Nice work. Knowing people is an important thing for a guard to do.
    #NEWLINE We don't need you arresting professors for looking suspicious.
    
    #OPTION They ARE very suspicious, though.
    {
      #TEXT I like your style. I couldn't agree more. Keep an eye on them.
      #FINISHQUEST
    }
  }
}