 |
Toxic Adept
Joined: 27 May 2008 Posts: 299
|
Posted: Thu Aug 07, 2008 10:09 pm
Clearing the mapper queue? |
Is there a command or a function to clear the mapper que no matter how many commands are stacked into it at the time?
Right now im just using #LOOP 100 {#NODIR} but thats very inefficient, and if the que were to be larger than 100 it wouldnt work anyways...
Thanks for any ideas. |
|
|
 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Aug 07, 2008 11:26 pm |
#queue 0 should do the trick.
|
|
_________________ Asati di tempari! |
|
|
 |
Toxic Adept
Joined: 27 May 2008 Posts: 299
|
Posted: Thu Aug 07, 2008 11:47 pm |
nod I found that. I am using #TELEPORT without a param tho, because that works as well... probably an unintentional side effect lol but I dun wanna go back and change them all the #QUEUE 0.
Someday I will tho, thanks |
|
|
 |
Vijilante SubAdmin

Joined: 18 Nov 2001 Posts: 5182
|
Posted: Fri Aug 08, 2008 7:40 pm |
You can also use "#NODIR 1". If you look up a post from not that long ago I supplied a script to do a %subregex replace on all your scripts. I would suggest backing up first, but it might be worth a go.
|
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
 |
|
|