#NAME Dragon's Quill Bookstore

#NOWANDER

#DIALOGUE
{
  #TEXT You read a book once. Maybe you could work at the book store?
  
  #OPTION Go inside
  {
	#TEXT The door is locked with an anti-unemployed spell.
	#NEWLINE They clearly don't need a helping hand.
	
	#OPTION Leave
    {
	  #END
    }
  }
  
  #OPTION Leave
  {
	#END
  }
}