I've had this problem before were same .mdl entities seem to play the animations of the others. I fixed it previously with a global var increment, and placing the global var into a skill. Is there something else I'm missing?

Code:
  
action ebug_act()
{
gBugCount+=1;
my.ebBugCount =gBugCount;
ebUpdate();
}




www.moxiefish.com George Lancaster