I'm getting a bug in a short little macro I sometimes run.
I'll have to edit this later on cuz the actual code is at home, but I think I can get the gist of it here...
The macro monitors the tell channel, and if 'ROD' occurs anywhere in the uppercase converted tell, the macro targets the person, and summons an item for them. Works great except in one instance...
If someone sends me a tell with the char "<" in it, it fires the macro. Being a lovable person for the most part, I get tells all the time like "<hugs>" and stuff, and it always fires off an immediate response and casts the spell at the offender.
Going from memory, with P2 being the var holding the actual text of the tell, I believe the code is:
if $ucase($p2)~~"ROD" then { target, send tell, and cast my spell }
Any ideas? I'll post the actual code later on for this, as well as some workarounds I've tried (which all should work, but also give errors unable to resolve certan functions).
- Aaryn

