I have noticed, that when you /face nolook..... and you do not have a target. it Just says the little msg ,
" There were no matches for: (0-100) any"
fine.
So now I have a macro running .. and I typ in /face fast nolook with NO targett. And an error is reported in my script at what ever line number was executing at that time. THe script does not stop, it keeps going., that's a good thing.. Now if my script does it, it stops.
How can I avoid this? These are the exact 2 lines in my script ( the main loop body ) where it occures most of the time.
/if (${Target.ID}==0} /return
/face fast nolook
So somewhere between the check for the target id, and the turning to look at the mob.. it happens. I've treid doing /face fast nollook id xx, but to the same ends. Any clue how to prevent the ugly error msgs being reported from my script , and more to the point, stop my script from aborting when this condition is hit?

