Hello everyone! I'm new here and I have a question regarding Twine. Specifically, coding.
I want to make certain words appear after X amount of time.
I think there's certain term for this, but I heard it could be like a little blurb of code that would make this work and that I'd have to put it into certain passages before the words. Just wondering what exactly I need to do

Currently using: Sugarcane and Twine 2.0
Thanks!-Soarx
Comments
"Ns" in this case is some number in seconds (e.g., 5s).
I'm currently using Sugarcane. I'll see if I can change the format to Harlowe, since I'm not very far in my story. Thank you!
If you're using SugarCube, I doubt there's a need to switch story formats just for this one macro. I'm betting there's a way to do this in SugarCube, but I didn't see it on first glance.
Two better ways to use it is as follows:
1. If you want something to happen only once.
2. If you want something to keep happening until some condition is met. Where $conditional is set to true when you want the (live:) macro to stop.