obj
Cards
DblClick()
if(locate(src) in usr.Monsters_on_Field) //Checks ALL src of the same when I want it to only check one
return
Problem description:
Basically, when I have multiple src in my hand, they respond to the same piece of code. How can I differ the src but keep the code the same and not repeating?
Example: I have 3 of the same cards in my hand. As I change the direction of one card, the other two also change to the same direction. How do I make it so only the card I picked changed direction and not the other two?