I want to make a strategy game. Here, I make a family Monster. The player and AI both control one instance of Monster. When two instances of Monster collide, they fight each other. But how do I differentiate these two instances?
When using "Monster on collision with Monster" as the condition, I don't know which Monster instance will be picked in the action. Please help.
And please help me with making the two monsters attacking each other until one is destroyed. Thanks.
Here the my example capx: