Welcome › Forums › Get help › Multiple Tokens › Reply To: Multiple Tokens
July 15, 2017 at 8:21 am
#1306
mystify
Participant
Okay, so the code I tried was…
If hero has token “Pen”
<indent>If hero has token “Sword”
<indent><indent>hero says “I have both”
else
<indent>hero says “I don’t have both”
this enabled it so that if the hero had only the Sword then he said ‘I don’t have both’.
if the hero had the Sword and Pen he said ‘I have both’.
But if the hero had only a Pen then nothing happened…
So half way to solving the problem but not quite completely…
(BTW how do you get the neat little code pictures?)