Hello all.
pfm2001 here.
I'm here to ask about how to use more than one variable in If/ElseIf/Else Statements in Harlowe, as it produces an error when I do the following: (This was a test)
(if: $assist and $help are "true")[nice]
(elseif: $assist is "true")[go back]
(elseif: $help is "true")[stop]
(else:)[what]
Am I doing this wrong?
I know how to assign variables ( (set: $assist to "true") etc.), but this doesn't seem to work. Any solutions?
Comments
note: I added (set:) macros to the following to show how to assign the Boolean true and false to a variable.
The following answer your question about multiple variables in one (if:) macro when the variables contain either String or Numeric values. It also shows how to assign multiple variables within a single (set:) macro.