Howdy, Stranger!

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

if variable after going through a certain passage

edited October 2015 in Help! with 2.0
Let's say i have a certain passage that can be accessed through many other passages, i want to know if there's a way to adjust an if variable so that it recognizes that a passage was seen and it makes a certain text appear that wouldn't appear if the specific passage was never accessed.

EDIT: added a pic for reference. I want to have a special text appear in the "thank you" passage, but only if "no 3" was seen.

Comments

  • You need to state which story format you are using, as answers can be different for each one.

    Harlowe:
    (if: (history:) contains "no 3")[The special text you want to appear]
    
    SugarCube:
    <<if visited("no 3")>>The special text you want to appear<</if>>
    
  • Sorry. I'm using Harlowe it slipped my mind, thank you for the solution
Sign In or Register to comment.