This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
harlowe:changer [2017/10/09 20:39] 127.0.0.1 external edit |
harlowe:changer [2019/04/16 03:57] (current) l |
||
---|---|---|---|
Line 1: | Line 1: | ||
====Changer data==== | ====Changer data==== | ||
Changer [[harlowe:Command|commands]] (changers) are similar to ordinary commands, but they only have an effect when they're attached to hooks, | Changer [[harlowe:Command|commands]] (changers) are similar to ordinary commands, but they only have an effect when they're attached to hooks, | ||
- | and modify the hook in a certain manner. Macros that work like this include [[harlowe:text-style|(text-style:)]], [[harlowe:font|(font:)]], [[harlowe:transition|(transition:)]], | + | and modify the hook in a certain manner. Macros that work like this include [[harlowe:text-style|(text-style:)]], [[harlowe:font|(font:)]], |
- | [[harlowe:text-rotate|(text-rotate:)]], [[harlowe:hook|(hook:)]], [[harlowe:click|(click:)]], [[harlowe:link|(link:)]], and more. | + | [[harlowe:t8n|(t8n:)]], [[harlowe:text-rotate|(text-rotate:)]], [[harlowe:hook|(hook:)]], [[harlowe:click|(click:)]], [[harlowe:link|(link:)]], [[harlowe:for|(for:)]], [[harlowe:if|(if:)]], and more. |
+ | |||
+ | <code> | ||
+ | (if: $sawDuckHarbinger)[You still remember spying the black duck, harbinger of doom.] | ||
+ | (t8n-depart: "dissolve")[[Return to the present]] | ||
+ | </code> | ||
You can save changer commands into variables, and re-use them many times in your story: | You can save changer commands into variables, and re-use them many times in your story: |