#NAME Wizard Dry Cleaners

#NOWANDER

#DIALOGUE
{
  #TEXT It's not exciting, but a job's a job. Everyone needs their
  #NEWLINE robes cleaned once in a while, right?  
  
  #OPTION Go inside
  {
	#TEXT You are immediately kicked out.
	#NEWLINE You probably should have read their sign.
	
	#OPTION Leave
    {
	  #END
    }
  }
  
  #OPTION Leave
  {
	#END
  }
}