Hello, I am new, using Harlowe and I am trying such macro:
(set:$s1 to 0)
(link-reveal:"Click me")[(set:$s1 to 2)]
(if:$s1 is 2)[You find a new way]
The last sentence never print those text out. What's wrong with those Macro?
I try to change the last row into this:
(click:"check again")[(if:$s1 is 2)[You find a new way]]
and it display this sentence if I click the the one above last. Dose that mean the state of that (if:) won't change once it displayed? Usually, how do you guys do this?
This is one newbie from China. Well trying to write something interesting with this amazing tool. Thank you guys!
(set:$s1 to 0)
(link-reveal:"Click me")[(set:$s1 to 2)]
(if:$s1 is 2)[You find a new way]
The last sentence never print those text out. What's wrong with those Macro?
I try to change the last row into this:
(click:"check again")[(if:$s1 is 2)[You find a new way]]
and it display this sentence if I click the the one above last. Dose that mean the state of that (if:) won't change once it displayed? Usually, how do you guys do this?
This is one newbie from China. Well trying to write something interesting with this amazing tool. Thank you guys!