Been trying many things, but every time I use set enabled, even if the events conditions specify that only once of these clones should have its behavior enabled, the action enables all of them. The behavior specifically being used is drag and drop.
Further explanation:
If a checkers piece jumps another, its # of jumps goes up by 1. The condition is only pieces that have this variable <0 will there drag drop behavior enabled. However, when the action is used, all of the pieces get enabled. (the objects are clones)