#NAME Whoa, hold it!

#PREREQUISITE QUEST HUB_FAIRY_DIRECTIONS

#OBJECTIVE FLAG COWARDTUTORIAL_CRAFT == 1
#OBJECTIVEDESCRIPTION Find the Tailor, Wandmaker or Librarian and make some magic!


#START
{
  #TEXT Whoa there! Where are you going?

  #OPTION I'm investigating the forest!
  {
    #TEXT Your adventurous spirit is strong, but if you're
	#NEWLINE not careful, you'll end up like the last guard.
    
    #OPTION There was a "last one"?
    {
      #TEXT He exploded! Quite violently, I might add.
      #NEWLINE All because he didn't &2prepare for his adventure&0.
      
      #OPTION What should I prepare?
      {
        #TEXT Didn't the school issue you some materials?
        #NEWLINE Before heading out, you should &2make your own equipment&0.
        
		#OPTION I already did that! 
        {
          #TEXT Oh. Well then. Good. Keep up the good work.

          #GIVECOSTUME Zipped Shirt
          #GIVECOSTUME Hem

          #STARTQUEST
          #FINISHQUEST          
        }
		
        #OPTION Good idea!
        {
          #TEXT The &5Tailor&0 is right over there, in the headmaster's
		  #NEWLINE tower. He can tell you about robes.
		  
		  #CAMERA 3105 2000
		  
		    #OPTION Got it.
			{
		      #TEXT We also have a &5Librarian&0, who spends most of his time
		      #NEWLINE in the library.
			  
			  #CAMERA 5472 1424
			  
			  #OPTION Obviously.
			  {
			    #TEXT Then there's the &5Wandmaker&0, whose office is above
				#NEWLINE the library.
				#NEWLINE 
				#NEWLINE You can &2visit any of them&0 to &2customize your gear&0!
				
				#CAMERA 5633 2288
				
				#OPTION Great!
				{
			      #TEXT Go on! Make some magic!
				  #STARTQUEST
				}
			  }
			}
        }

      
      }
    }
  }
}

#INCOMPLETE
{
  #TEXT Something tells me you aren't prepared for this adventure...
}

#COMPLETE
{
  #TEXT Have you made some magic?
  #OPTION Yep!
  {
    #TEXT Good. Remember to &2try out new materials&0 that you discover.
    #NEWLINE Now be off on your grand adventure!
   
    #GIVECOSTUME Zipped Shirt
    #GIVECOSTUME Hem

    #FINISHQUEST
  }
}