(newbie here) I am using Harlowe and either the special variable for time doesn't work how I expect or maybe I need to do something else.
Things I am trying to do with it:
display more text after x-seconds from clicking on a passage
force reader to another passage after x-seconds from clicking on a passage
how would I do this? This is what I thought would work but is doing nothing:
Things I am trying to do with it:
display more text after x-seconds from clicking on a passage
force reader to another passage after x-seconds from clicking on a passage
how would I do this? This is what I thought would work but is doing nothing:
(if: time > 3s)[3 seconds passed] (if: time > 5s)[(go-to:"next")]