metalhector222
05-11-2013, 01:43 AM
Greetings!
Now i have the next problem.
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if (labelName == "banco") then
setWalkerEnabled(false)
delayWalker(5000)
Self.SayToNpc({"hi","deposit all","yes"}, 65)
sleep(math.random(700, 1400))
delayWalker(2000)
setWalkerEnabled(true)
end
end
http://thumbs.subefotos.com/256b421d707538b44751b7e9fd7dcea0o.jpg (http://subefotos.com/ver/?256b421d707538b44751b7e9fd7dcea0o.jpg)
Stand
label called "banco"
scritp called "banco"
and
21:06 XenoScript Error:
Script: [One-Liner executed by XenoBot Walker]
Line #: 1
Chunk: [string "banco"]
Error: '=' expected near '<eof>'
This is an error with user-input and should not be reported as a bug with XenoBot.
Now i have the next problem.
registerEventListener(WALKER_SELECTLABEL, "onWalkerSelectLabel")
function onWalkerSelectLabel(labelName)
if (labelName == "banco") then
setWalkerEnabled(false)
delayWalker(5000)
Self.SayToNpc({"hi","deposit all","yes"}, 65)
sleep(math.random(700, 1400))
delayWalker(2000)
setWalkerEnabled(true)
end
end
http://thumbs.subefotos.com/256b421d707538b44751b7e9fd7dcea0o.jpg (http://subefotos.com/ver/?256b421d707538b44751b7e9fd7dcea0o.jpg)
Stand
label called "banco"
scritp called "banco"
and
21:06 XenoScript Error:
Script: [One-Liner executed by XenoBot Walker]
Line #: 1
Chunk: [string "banco"]
Error: '=' expected near '<eof>'
This is an error with user-input and should not be reported as a bug with XenoBot.