Howdy, Stranger!

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

How do you change variables with (if:)

the (if:) statement forces a hook at the end. How do I change a variable with a hook?

Comments

  • Use the (set:) macro within the hook. For example:
    (if: …)[(set: $variable to value)]
    
Sign In or Register to comment.