Page 1 of 1

Latent Function MoveTo()

Posted: Sun Jul 06, 2014 7:10 pm
by Cybernetic pig
Can you override or influence in any way it's native timer? I'm trying to get Pawns to MoveTo() the last know location of the player so they can go and check out the area after saying "Guy in a coat, checking it out" for example, and they do just that...and then continue to move on the spot when they reach the destination for a second or two extra, so I can only assume something is going wrong with the internal MoveTo() calculations.

Re: Latent Function MoveTo()

Posted: Sun Jul 06, 2014 8:23 pm
by Hanfling
You'll probably have to send them into a state where they just stand around once they arrive their target.

Re: Latent Function MoveTo()

Posted: Sun Jul 06, 2014 10:53 pm
by Cybernetic pig
Yeah, I already tried that but failed miserably. Sigh. Oh well, I guess I'll have to scrap the idea or pester my old mentor to come back and do it himself. I accomplished my initial goal of making them no longer easily exploitable with sound events at least, yet this new behaviour would have been awesome...