August 31, 2015 at 11:06 pm
#370
MoDeGe
Participant
I’m all into this (with the list), but right now I’m trying to figure out if there is a possibility to check for more than one token, e.g.:
if hero has token “token1” and token “token2”
Actor1 says “great”
else if hero has token “token1” and lacks token “token2”
Actor1 says “you need 1 more object”
Is there a way to use token this way?