Trying to do a spawn checker, and ran into the problem that when I have to check for a mob which name are a part of other mobs names, I get the wrong mobs, if they are closer to me than the mob Im looking for.
Eg, doing
Code: Select all
/echo $spawn($searchspawn(npc,"Saryrn"),name)[MQ2] A servent of Saryrn
in my MQ window.
Tried seaching and cant seem to find anything on how to make $seachspawn do an exact match instead of an substring search.
Any ideas?

