Using Twine2, and Harlowe:
I have a text-style change for one line for dramatic effect. However, a longer passage follows it, and I want the text style to revert to standard after a set period of time. In this case four seconds.
So the following should be a delayed appearance of 2 seconds. That works just fine. After it displays for another two seconds, I want the text-style: "shudder" to simply be centered and bold/strong.
I'm not sure how to make that happen, however. Here's what I've got so far.
|BellRing)[=><=
(text-style: "shudder")[CLANG! CLANG! CLANG!] ]
{(live: 2s)[
(show: ?BellRing)
(stop:)
]}
Thanks in advance for any help.
---kpatrickwv