Hi,
How do I get an actor from another actor's script. Like, I have an actor called A, now from its script I have to change some property of actor B, e.g. visibility?
I don't quiet understand how to use the GetActor(x, y) method. How do I use it if the actor changes its position and its x/y property is unknown to me?
Thanks in advance.