"Delayed Text": Harlowe (v2.0)
Summary
"Delayed Text" uses the (live:) and (stop:) macros to create a loop that runs only once with a delay of five seconds.
Live Example
Twee Code
:: StoryTitle
Delayed Text in Harlowe
:: Start
{
(live: 5s)[
(stop:)
It has been 5 seconds. Show the text!
]
}
Download: Twee Code