There is 2 Actor--> HERO.0 - HERO.1
ATTORE[0] = create HERO.O
ATTORE[1] = create HERO.1
there is 1 Actor ENEMY.0
ENEMY script-->collide any actor:
if(strcmp(collide.name,ATTORE[0].name) == 0)<--- error !!
if(strcmp(collide.name,ATTORE[0]->name) == 0){<---work...but collide with any ATTORE[0] and ATTORE[1], but i want it to collide only with ATTORE[0]<--(HERO.O) and not collide with HERO.1...n