Howdy, Stranger!

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

Help with 2.0 macros

Hey so I am relatively new to TWINE, I only got to use it once before it got switched over to the new version and could really use some help. Within my story I am trying to set a value and then use it in an if statement to only show certain text and choices based off of if that value is true. Currently the only way I know how to do that is by doing something like this:

<<set $augusta to true>>
<<if $augusta is true>> Princess Augusta <<endif>>

However all that gets me is a message that says that macros from the old TWINE don't work in the new version, but I can't find out how to use the new macros anywhere. I'm assuming because TWINE 2 is so new.

Comments

Sign In or Register to comment.