Hello guys,
Is there any function that move character to X,Y,Z pos?
Without using Self.Step in a lopp?
Thanks.
Hello guys,
Is there any function that move character to X,Y,Z pos?
Without using Self.Step in a lopp?
Thanks.
Self.WalkTo(x,y,z). Return value is whether it reached the location or not. The function is blocking.
Thanks, worked perfect!