Howdy, Stranger!

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

turns in Twine 2

Hello,

is there a Macro to get the Number of Turns in Twine 2. (turns:) does not work.

Comments

  • (history:)'s length
    will work in the next version, which should be released fairly soon.
  • Ok, Thanks for the info.
  • Does this work now?  Using (history:) to count turns?
  • A quick test shows that is does.

    :: First Passage
    History's length is: (print: (history:)'s length)
    [[Next->Second Passage]]

    :: Second Passage
    History's length is: (print: (history:)'s length)
    [[Next->Third Passage]]

    :: Third Passage
    History's length is: (print: (history:)'s length)
  • So cool!  Great feature.
Sign In or Register to comment.