if(var("been_to_first_level"), "=", 0)
info("You are attacked by a spider. This shouldn't be too hard.")
attack("spider")
set("been_to_first_level", "=", 1)
endif
move("level1.txt", 22, 6)
hero("hero_n")
set("town_enter_from", "=", 1)

