i have two variables: hero[1] and hero[2]
event: dialogue button pressed
if dialogue = hero[1]
then do xxxx
else do yyyy
problem is that when hero[1] is pressed, else gets used
if hero[2] is pressed, else still gets used. so my trigger only half doesnt work...
event: dialogue button pressed
if dialogue = hero[1]
then do xxxx
else do yyyy
problem is that when hero[1] is pressed, else gets used
if hero[2] is pressed, else still gets used. so my trigger only half doesnt work...