[TF] Queueing and processing..
Brought to you by:
kenkeys
|
From: kevin at sb.o. (K. Ballard) - 2003-04-15 21:53:16
|
I posted a /go macro a little while ago that can process paths that look like that (with nifty saving/loading macros too). Email me if you need it. Anyway, you could always just set up a path like that (the path depositing you back where you started, obviously), then call it like /repeat -10 25 /go +boxpath What that would do is execute the path saved as "boxpath", wait 10 seconds, and do it again, for 25 times. The wait would only apply to the sitting time, because the /go itself processes the whole path as one execution of the command. Once again, email me if you want /go. It can take a path that looks EXACTLY like what you typed (except the initial : and final : aren't needed in this case, but they don't hurt. In some cases, the initial : would be needed, like if your first path element looked like "open box" or something else with non-alphanumeric chars) On Tuesday, April 15, 2003, at 10:25 AM, Kyle Stone wrote: > What I'm looking for is similar to the mapping/patch code.. > > Umm. No point in reinventing the wheel, and I was wondering if anyone > had > wrote this already. > > > /set mypath :W:W:W:W:N:N:W:S:N:U:D:open box:get all box > :U:D:S:N:E:S:S:E:E:E:E:sit: > > /repeat -2 25 /commandprocess mypath > Would then preform one portion of the mypath, when it reaches the end > it > restarts back at the beginning. Starting the process all over again... > This > is similar to /revert except it can process non directional items, it > shouldn't remove items from mypath, and it should wrap around to the > beginning when the loop is finished. -- Kevin Ballard ke...@sb... http://www.tildesoft.com |