Howdy, Stranger!

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

Variables show up as

Hey there, I'm working on a story, and any time I type <<set $counter to 5>> or <<print $counter>> the only thing that shows up in the text is <>. I've restarted my browser and started a new story, and I'm still having the same issue. I'm using Google Chrome on Mac OS and Twine 2.0

Comments

  • Harlowe is the story format that is used by the Twine 2.0 beta, and this story format does not support the macro syntax used in Twine 1.x

    This post explains where to find basic documentation on Harlowe, you may want to read the rest of that thread as well.

    Twine 1.x: <<set $counter to 5>> and <<print $counter>>

    Harlowe: (set: $counter to 5) and $counter
Sign In or Register to comment.