Log in

View Full Version : Simplier Check Pos



krille09
03-06-2013, 01:25 PM
I know there are some ways to check your position, but I'm thinking it may even be even simplier to check pos by some function like this:

function Self.CheckPos(x, y, z, golabel)
Walker.ConditionalGoto(Self.DistanceFromPosition(x , y, z) ~= 0, golabel)
end


What do you think? :)