Hi! I'm pretty new in twine and started out with Harlowe, but changed to SugarCube to have more options with CSS.
I'm re-writing my story now and I managed to understand how to replace the link-reveal I used in Harlowe replacing the immediate text like this:
<span id="this"><<click "this">><<replace "#this">>this is my example</span><</replace>><</click>></span>
What's happening now is that I had certain text to trigger another one a few words after. Right now in Harlowe it's something similar to this:
My (link-reveal: "hat")[(show: ?loveit)] is blue. |loveit)[I love it]
Is there a way to do the same thing with SugarCube?