#NAME An Introduction to Artifacts (Part I)

#RESET

#LEVEL FOREST
#DIFFICULTY 0

#OBJECTIVE QUESTITEM QUEST_FOREST_KEY
#OBJECTIVEDESCRIPTION Collect all 4 gems and retrieve the Emerald Key.

#START
{
  #TEXT Being an archaeologist is great. Studying artifacts all day long...
  #NEWLINE 
  #NEWLINE It would be more fun if I actually had artifacts to study.
  
  #OPTION You don't have any?
  {
    #TEXT Nope. I just started today, and the department of enchanments hasn't
    #NEWLINE fixed the portal to allow me into the &5Vault of Silence&0.
	#NEWLINE It's where the school keeps &5confiscated magical artifacts&0.
	#NEWLINE I'm dying to check them out!
    
	#CAMERA 4100 1055
	
    #OPTION That's a bummer.
    {
      #TEXT Hey, aren't you the security guard? You have access, right?
      
      #OPTION Probably?
      {
        #TEXT Probably... as in yes? Great!
        #NEWLINE To gain access to the artifacts, though, we're going to need
		#NEWLINE &5chamber keys&0, the first of which being the &2Emerald Key&0.
        
        
        #OPTION Go on.
        {
          #TEXT The &2Emerald Key&0 can be found in the &2Forest Zone&0. It's
		  #NEWLINE really dangerous, but you're the security guard. No one will 
		  #NEWLINE wonder what you're doing out there.
		  
		  #CAMERA 990 1386
          
          #OPTION I will be wondering what I'm--
          {
            #IMAGE 480 270 archaeologist\quest_crystals1.png
			
            #TEXT You'll need to &2gather all four gems&0. They are always changing
            #NEWLINE locations, so I can't tell you exactly where they are.
            
            #OPTION Are you listening? I'm not sure--
            {
              #IMAGE 480 270 archaeologist\quest_crystals2.png
			  
              #TEXT After gathering them all, you can bust open the box with the 
			  #NEWLINE &2Emerald Key&0. 
              
              #OPTION Sounds simple enough.
              {
                #TEXT If can &2bring me the key&0, we might be able to &2get into the vault&0.
                #NEWLINE Are you up for this?
                
                #OPTION Sure, why not.
                {
                  #TEXT Great! I'll wait here. This tunnel won't protect itself!
				  #NEWLINE 
				  #NEWLINE If you haven't already, you should &2talk to the headmaster&0
				  #NEWLINE &2about gaining access to the forest&0.
                    
                  #STARTQUEST
                }      
              }
            }
          } 
        }
      } 
    }
  }
}

#INCOMPLETE
{
  #TEXT Have you found the key yet? 
  #NEWLINE 
  #NEWLINE No? Aww...
  #OPTION I'm on it, don't fret!
  {
    #END
  }
}

#COMPLETE
{
  #TEXT Have you found the key yet?
  #OPTION Is this it?
  {
    #TEXT Yes! This is the &2Emerald Key&0, no doubt about it!  
    #NEWLINE Now get into that vault and find the treasures!
    #FINISHQUEST
    
    #OPTION Sure thing.
    {
      #QUEST FOREST_ARCHAEOLOGIST_CRYSTALS2
    }
  }
}