metalhector222
05-21-2013, 06:48 AM
I am making a waypoints to Ice Golem (svargrond) and there I need work with levitate. So, to levitate up is working well,
elseif (labelName == "levitateUp") then
delayWalker(3000)
Self.Say("exani hur up")
wait(2500)
elseif (labelName == "levitateDown") then
delayWalker(3000)
Self.Say("exani hur down")
wait(2500)
but to levitate down I need that the character look to right for go down.
To this, i need anti idle code or just the code to look to the right.
Greeetings!
elseif (labelName == "levitateUp") then
delayWalker(3000)
Self.Say("exani hur up")
wait(2500)
elseif (labelName == "levitateDown") then
delayWalker(3000)
Self.Say("exani hur down")
wait(2500)
but to levitate down I need that the character look to right for go down.
To this, i need anti idle code or just the code to look to the right.
Greeetings!