#NAME Riddle Me This

#PREREQUISITE QUEST DESERT_LIBRARIAN_STORY1

#OBJECTIVE FLAG MERRY_LEARNED_RIDDLES == 1
#OBJECTIVEDESCRIPTION Learn three riddles from the Sphinx.

#START
{
  #TEXT Hoo hoo! A wise wizard appears before Merry! 

  #OPTION That's a bold assumption
  {
    #TEXT Snarky, it is. A request has Merry- does it accept?
    
    #OPTION ...Yes?
    {
      #TEXT A brilliant sphinx in the desert, yes!
	  #NEWLINE Riddles, it has. Answers, Merry has not.
	  #NEWLINE Clever wizard, gather the answers, and return to Merry!

      #OPTION ...What?
      {
        #TEXT There's a sphinx in the desert with riddles. If you can
		#NEWLINE figure them out for me, that would be swell.
		
		#OPTION Why didn't you just say that?!
		{
		  #TEXT Ooo hoo hoo hee! A wizard's ways are his own!
		  #STARTQUEST	  
		}
      }
    }
  }
}

#INCOMPLETE
{
  #TEXT Hee hee hoo hoo! Stumped it is, yes?
  #NEWLINE Give up, not!
}

#COMPLETE
{
  #TEXT Hoo hoo hoo hoo! Riddles, it has solved!
  
  #OPTION (Tell him the answers)
  {
    #TEXT Hmm hmm... Yes... 
    #NEWLINE Terrible riddles, they are.
    
    #OPTION Quite.
    {
      #TEXT A reward, I have promised!
	  #NEWLINE A reward, it does get!
	  
	  #OPTION You never mentioned a reward?
	  {
        #TEXT ...
		#OPTION ...
		{
		  #TEXT ... ... ...
		  #OPTION ...
		  {
		    #TEXT HEE HEE HOO HOO!
			
			#GIVEQUESTITEM QUEST_ARTIFACT_KNOCKBACK_PULL_BOTTLE
			#FINISHQUEST 
		  }
		}   
      }
    }
  }
}