I´m actually doing some kind of target selection.
I want to do something like this:
If Button Attack is Pressed set Variable Target to 1
If Target is 1 and Monster 1 is touched create target marker and set variable Target to 2
If Target is 2 and Monster 1 is touched do an attack roll
How can i achieve sth like this ?
Everytime i use touch with something else it doesnt work