(set: $transCounter to 0)\
With the faint light of the moon as your guide, you walk down a forest path.
|sample1)[(transition: "dissolve")[The thick trees block you in.]]
|sample2)[(transition: "dissolve")[In the distance, a wolf howls at the moon.]]
|sample3)[(transition: "dissolve")[You come to a clearing with a campfire in it. There is a hooded figure sitting near the fire.
[[approach|emporystes]]]]
{
(live: 2s)[
(set: $transCounter to it + 1)
(if: $transCounter is 1)[
(show: ?sample1)
]
(else-if: $transCounter is 2)[
(show: ?sample2)
]
(else-if: $transCounter is 3)[
(show: ?sample3)
]
(else:)[
(stop:)
]
]
}
//"Greetings, stranger,"// the figure rasps, //"I am sorry, but I am not yet ready to accept guests."//