You're welcome :-)
start_at = field locations { field : location "You are in a field." ; meadow : location "You are in a meadow." ; river_bank : location "You are at a river bank." ; } connections { from, direction, to = [ field, east, meadow, meadow, east, river_bank, ] } objects { sparrow : scenery "a sparrow" ; } on_pre_describe { : if (is_just_entered ()) { : create "sparrow" ; } }