Hi, I'm sorry if this has been posted elsewhere, but the thread I've been using as reference
http://twinery.org/forum/index.php/topic,706.msg980.html#msg980 hasn't been much help.
Basically what I have is three if conditions, and I want to display a link only once all three are met. Here's the code here:
<<if $seenegypt eq "yes" and $seenlybia eq "yes" and $seensyria eq "yes">>[[Much love from Lebanon, Bany J. Polzin]]
<<else>>Much love from Lebanon, Bany J. Polzin
<<endif>>
The problem is that it only ever seems to show the else, regardless of how many times you've visited the nodes that change the variables to "yes."
The actual twine file is attached, if that helps.
Comments