Quote Originally Posted by sk8er08 View Post
Another possibility could be adding a way to create a library of functions, then in the action waypoint you just input the function you want so for example:

I am too lazy to actually write a functional script so I am just going to summarize.

function buyPots(amount)
say "hi"
npcsay "trade"
buypots(amount)
end

Then in the walker you would do:
Node(x, y, z)
Node(x, y, z)
Action(buyPots(10))
Action(wait(1000,2000))
Node(x, y, z)

^ THIS!


@DarkstaR, how about writing a user guide explaining how to actually create fully working scripts. it just seems to be 'work it out for yourself' at the moment.