I'm quite fond of the wait.lua code which Nick has provided. It has opened up quite a few possibilities. One thing that I would really like to see though is a way to be able to tell that a speedwalk has finished running.
I have tried making an alias at run time which in turn is passed to the speedwalking queue via the Queue function but it seems the alias name is actually sent straight to the mud instead of through the mushclient command parser.. In other words I want to try to figure out how to get my own code executing once a speedwalk has completed. I see a way to discard the speedwalking queue, but not to monitor it.
Any suggestions on this? :)
I have tried making an alias at run time which in turn is passed to the speedwalking queue via the Queue function but it seems the alias name is actually sent straight to the mud instead of through the mushclient command parser.. In other words I want to try to figure out how to get my own code executing once a speedwalk has completed. I see a way to discard the speedwalking queue, but not to monitor it.
Any suggestions on this? :)