So what I want to do is print a specific passage if and only if the player visited the first of two previous screens and otherwise a different passage would print.
I'm trying to figure out how to do that but I've been foiled at every turn. I've been trying to use the <if visited ("thingy")> function, but I'm starting to suspect that only has to do with numerical values?
Help, please!
Comments
There are two errors in your example:
1. You are using single < and > signs instead of double << and >>
2. You have a space character between the word visited and the open parenthesis (
The visited() function includes examples of how it is used. The following example shows how to use the function to do what you want, it consists of four Passages:
1. Start 2. Option 1 3. Option 2 4. Results