Is there anyway to get walker to auto bank for you? With servers that have a banking system.
I wanna make a script that goes something like this:
.deposit
DELAY (30)
But i want walker to do it when i have 2 million adena. Is there a better way to script this?
Thanks!
*Edit*
Ok i've made this script so far
SAY (.deposit)
DELAY (10000)
SAY (.deposit)
And it works BUT i dunno how to make it endless so i don't have to push Run all the time to reset the script. Does anyone know how to loop this script or improve it? Like to get the script to check when adena count gets to 2 million to say .deposit in genral chat.
Thanks again.