Please specify version and format if asking for help, or apply optional tags above:
Twine Version: 2.3.14
Story Format: Harlowe 3.2.2.
Hello everyone !
Is it possible to put 3 choices in alink somehow ? With If and Else ?
I tried :
This is the text. Here is a door for example.
(if: $PlayerHasApple is true)[ [[You go in]] ](if: $PlayerHasBread is true)[ [[You go in->You go in2]] ] (else:) [ [[You go in>You go in3]] ]
i put two IFs in the command but its not working. If player has the apple he has two choices visible. Its important that he sees the same answer every time, but gets to a different place, based on what kind of item he has. So is it possible to put 3 choices in one line ?
Thank you for your help ! Andrew