Log in

View Full Version : working travel script



t3kpatol
01-19-2021, 04:54 PM
i need working travel script

Studnia Zlo
04-03-2021, 02:54 AM
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")

function onWalkerSelectLabel(labelName)


if (labelName == "travel") then
Walker.Stop()
Creature.Follow("Karith") ----- name of npc
wait(300, 600)
Self.SayToNpc({"Hi", "Thais", "Yes"}, 100) ------ destiny
wait (1000, 2000)
Walker.Start()
end
end


remember if this function is secondary in caling u need chance "if" to "elseif" . U need to make waypoint near npc as much as is posssible .

have a nice day