#NAME Away Game

#STORY

#OBJECTIVE FLAG IMPOSSIBLE_FLAG == 1
#OBJECTIVEDESCRIPTION Save the Headmaster!

#NOSAVE

#START
{
  #TEXT WHOA, you're alive?!

  #OPTION Was I not?
  {
    #TEXT Usually when somebody explodes, that means they're dead!

    #OPTION Well I wasn't.
    {
      #TEXT Wait, were you trapped in a trippy sparkle dimension with cool music?

      #OPTION Yeah it was awesome.
      {
        #TEXT I bet that was the afterlife! Maybe one of those artifacts from the 
        #NEWLINE &7temple zone&0 brought you back from the dead?

        #OPTION Neat!
        {
          #TEXT But we ain't got time for chatting! Azazel has captured the headmaster! 
          #NEWLINE She took him to that &9scary tower&0 over there!

          #CAMERA 928 800
          #STARTQUEST

          #OPTION I guess I'll go save him.
          {
            #END
          }
        }
      }
    }
  }
}

#INCOMPLETE
{
  #TEXT You gotta go save the Headmaster! Who else can sign our paychecks?
  #OPTION Edit wands
  {
    #MENU WAND_MENU
  }
}

#COMPLETE
{
  #TEXT IF YOU CAN SEE THIS SOMETHING WENT TERRIBLY WRONG
}