Ok, so those that have helped me learn so far know, i'm learning lua making a bot that will walk a square path on this beach, stop when he sees a creature, check stats, kill creature, then resume his path. I want this to run a loop so when he hits the final square he goes back to square one and starts over if that makes sense. So the next part is an Array or a Table I think from what ive read.
Now I know very little about this still so i'm taking it one step at a time. I have the array, and when i run the keyword it just does nothing. So if someone is again willing to help, where is my first step in fixing what is wrong with this?
ArrayBeach = {w,w,w,w,w,n,e,e,e,e,e,n,w,w,w,w,w,n,e,e,e,e,e,n,w,w,w,w,w,n,e,e,e,e,e,s,s,s,s,s,s,s}
DoAfter (5,ArrayBeach[1])
Now I know very little about this still so i'm taking it one step at a time. I have the array, and when i run the keyword it just does nothing. So if someone is again willing to help, where is my first step in fixing what is wrong with this?