#NAME An Introduction to Artifacts (Part II)

#PREREQUISITE QUEST FOREST_ARCHAEOLOGIST_CRYSTALS1

#OBJECTIVE QUESTITEM QUEST_ARTIFACT_JUMP_SOCKS
#OBJECTIVEDESCRIPTION Find a treasure in the vault!
#OBJECTIVEINDICATOR DUMMY_OBJECTIVE_VAULT

#START
{

  #CAMERA 4100 1060
  
  #TEXT The vault is right over there. With that key, you should be able
  #NEWLINE to get to some sort of treasure. If you &2find anything cool&0, 
  #NEWLINE please bring it back to me!
  
  #OPTION Will do!
  {
    #TEXT Thanks again! I'll be waiting!
    #STARTQUEST
  }
}

#INCOMPLETE
{
  #TEXT What are you waiting for? Get into that vault! 
  #OPTION I'll get there, be patient!
  {
    #END
  }
}

#COMPLETE
{
  #TEXT What was in the vault?
  #OPTION A pair of socks.
  {
    #TEXT These are no ordinary socks, my friend! These are the legendary
    #NEWLINE &5Socks of Jumping&0, made by the great wizard &5Jharni&0. 
    
    #OPTION Who is Jharni?
    {
      #TEXT Who WAS Jharni, sadly. He is no longer with us.
      #NEWLINE Jharni was an ace pilot turned wizard, who specialized in
      #NEWLINE levitation spells. When he enchanted these socks, he meant
      #NEWLINE for them to allow the wearer to walk on air.
      
      #OPTION Did he succeed?
      {
	    #IMAGE 480 270 archaeologist\quest_crystals3.png
		
        #TEXT Not in the slightest.
        #NEWLINE They are quite useful for jumping, though. By &5channeling&0 their
        #NEWLINE power, you can perform a &5giant leap&0! Exciting!
        
        #OPTION How do I channel?
        {
		
          #TEXT You can &5channel&0 by &5holding down the ^06 key.&0
          #NEWLINE When you want to try them out, let me know!
          #FINISHQUEST
        }
      } 
    }
  }
}