Hello there,
i was currently trying to create some actors in a place but seems like i cannot finish it all.
i created actors in this way
Now my issue is that when someone shoots at this actor it wont take damage , i found an code which makes manually damage but once someone shootes an actor all actors takes damage
is there any tutorial or something which could help me please ?
i was currently trying to create some actors in a place but seems like i cannot finish it all.
i created actors in this way
Code:
new Actor[10];
Actor[1] = CreateActor( etc etc
Actor[2] = CreateActor( etc
is there any tutorial or something which could help me please ?