So, I have set up several paths for my MC to follow.
However, now, I want to set up some variables to keep track of who the MC has met, currently.
Could I do something like:
*create met ""
If so, would I have to put all subsaquint mentions of the variable in “” as well?
So, something like:
*set met "${M_name}"
Also, when doing a *if tag, would I do something like:
I agree with @moonfungus about using true/false so it remembers all the characters met.
Regarding *if, you need to have an operator (=, !=, etc.) after the *if and first variable for string and numeric variables so it knows what to check/compare (*if met = “${M_name}”, for example).