Log in

View Full Version : if pos xyz then goto label 1, else goto label 2



brian95
07-08-2016, 11:02 AM
Can anyone make this script for me? Mine char is sometimes getting stuck at boat.

if pos xyz then goto label 1, else goto label 2

pedronavila
07-16-2016, 02:05 AM
elseif (labelName == "GoGray1") then
Walker.Stop()
Self.SayToNpc({"hi", "Gray Island", "yes"}, 65)
wait(2000)
if (Self.Position().z == 7) then
Walker.Goto("InGray")
end
wait(2000)
Walker.Start()