Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

[Harlowe] Need help with order of multiple (replace:) macros

I want to have a piece of text change to something else when clicked once, then change to a different thing when clicked again. I understand the basics of this, using hooks and (replace:), but I can't figure out how to control the order that multiple (replace:)s get replaced in. The code below first turns "heard" to "got her message" then to "heard the news", when it should become "heard the news" first and then "got her message".
That's what you first thought when you [heard]<how| last night.

(click: ?how)[ (replace: ?how)[heard the news]]
(click: ?how)[ (replace: ?how)[got her message]]

Comments

Sign In or Register to comment.