zaoraura
05-20-2017, 10:20 PM
I attempted to make a script, but when i go to execute it the script just quits right away.
Help please.
function Walker.Goto(label, relative)
if Self.Position(1028, 1011, 7) then
Walker.Goto('Boat')
wait(500,1000)
Walker.Start()
elseif Self.Position(1014, 973, 7) then
Self.SayToNpc({"hi", "fishing island", "yes"}, 100)
wait(500, 1000)
Walker.GoTo('Isle')
elseif Self.Position(1094, 785, 7) then
Walker.Stop()
end
end
Help please.
function Walker.Goto(label, relative)
if Self.Position(1028, 1011, 7) then
Walker.Goto('Boat')
wait(500,1000)
Walker.Start()
elseif Self.Position(1014, 973, 7) then
Self.SayToNpc({"hi", "fishing island", "yes"}, 100)
wait(500, 1000)
Walker.GoTo('Isle')
elseif Self.Position(1094, 785, 7) then
Walker.Stop()
end
end