PDA

View Full Version : Move to Position



Chiitus
09-16-2016, 08:49 PM
Hello guys,
Is there any function that move character to X,Y,Z pos?
Without using Self.Step in a lopp?
Thanks.

shadowart
09-16-2016, 09:19 PM
Self.WalkTo(x,y,z). Return value is whether it reached the location or not. The function is blocking.

Chiitus
09-28-2016, 03:16 PM
Thanks, worked perfect!

kulinia
10-20-2016, 05:28 PM
Self.WalkTo(x,y,z). Return value is whether it reached the location or not. The function is blocking.

Bro... how can i use a item on other item.. in the same backpack?