I am trying but I don't succeed in understanding.
Someone can help me,please?
actors = getAllActorsInCollision("Event Actor", &n);
if(actors){
for(i = 0; i < n; i++){
if(strcmp(actors[i].name, "PUNTO") == 0){// ZERO SE STRINGHE uguali
// PUNTO.HP = 0;// PUNTO is dead.
//ACT->HP = 0;// PUNTO is dead.
collide.ACT->HP = 0;// PUNTO is dead. <--- not work.
//DestroyActor(actors[i].clonename);