The new CONFIG AFFMESSAGES ON lines

by Zallafar

Back to Combat Guide.

Esano2010-03-16 01:31:08
If they're in caps, I think you should bug them. However, a quick work-around for your triggers is simply to turn everything into lower case using string.lower: string.lower("HI") will return "hi" for instance. So string.lower("%1") would return the lower-case version of the match, allowing you to check your tables or variables or whatever without worrying about case.
Unknown2010-03-16 01:34:43
Aha, thank you smile.gif