2017-08-15

How To Set A Variable True With A Click

Just copy and paste the code into the passage, and then adjust it to your liking.

For example:

(link: "first link")[(set: $x to true)(goto: "new passage")]
(link: "second link")[(set: $y to true)(goto: "new passage")]
(link: "third link")[(set: $z to true)(goto: "new passage")]

How To Set Variable True And If It Works

Just copy and past the code into the passage, and then adjust it to your liking.

For example:

(set: $value to true)

Just copy and paste the code into a separate passage, and then adjust it to your liking.

For example:

(if: $value is true)[Insert text here.]