PDA

View Full Version : plz help <<<<<<,,,,



janildo88
07-01-2017, 11:03 PM
I'm setting up a script to be able to travel through the "! Go" command but I can not get the char to select the desired city when the Box box opens. How do I do this?
Note: Below is a photo of the box that opens when I do the "! Go"

Here is the command I am using:

function onWalkerSelectLabel(labelName)

if (labelName == '!go') then
Walker.Stop()
wait(800,1400)
Self.SayToNpc("!go")
wait(800,1400)
Self.box("Thais")
wait(800,1400)
Walker.Start()

end

end