Howdy, Stranger!

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

won't work in a link!!!

If I do something like [[click here|passage3][<<set $health -= 10>>]], a window will pop up in the game that says "there was an error with "<<set $health -= 10>>". :'(

Comments

  • Here is the setter-link syntax: [[click here|passage3][$variableName += 1]]
  • If you need to set multiple variables, separate the statements with semi-colons:
    [[option|room][var1 to 'string';var2 += 3;var3 to 0]]
Sign In or Register to comment.