Is there a way to get the macro to respond to a partial name?
Example...
I'm foraging.
/if (${Cursor.Name.Equal[Tuft of Dire Wolf Fur]}) /autoinv
obviously, that'll work... but what about partial names of mobs you want to track?
/if (${LastSpawn.Name.Equal[ancient]}) /beep
This won't find the Ancient cyclops, and I don't know what his NAME is... (An_Ancient_cyclops112) etc.
Is there a way to just search for a partial match in the string returned?
Also, is there a way to just return a bool on a target?
For example... If (anything) targetted, return TRUE
Thanks in advance for the help, folks!
-S

