Actually thats kinda weird when the condition runs like my post above,
because still using the same example:
<img src="http://i44.tinypic.com/ir8fb8.jpg" border="0" />
Set 1: Kid 13, Kid 77, Kid 56, Kid 56, Kid 12, Kid 77, Kid 80
Let say player is overlapping with Set 2: Clown 77, Clown 12
Action usually run like this:
Kid 13 = Clown 77
Kid 77 = Clown 12
Kid 56 = Clown 77
Kid 56 = Clown 12
Kid 12 = Clown 77
Kid 77 = Clown 12
Kid 80 = Clown 77
and it will not destroy anything since no match happen,
but that's not what happens here, because the event successfully destroy the correct Kid.
Is the way Condition run & Action run is different ?