How can i change vector length(distance) between 2 actors? I mean main actor must be teleported on a distance 180 from target 1 or target 2
How can i change vector length(distance) between 2 actors? I mean main actor must be teleported on a distance 180 from target 1 or target 2
You can do this by changing the actor’s location to a calculated one based on the location of the target actor.
loool thank you so much, its much easier than i thought, works great