How do I access wildcards from triggers?

Posted by Jynxanumb on Fri 03 Jan 2003 10:01 PM — 5 posts, 17,483 views.

USA #0
now this is just an example.. i just need to know what the variable for mush is... example: Texas says ' spank me!' and i would spank him.. then if someone else said it , I would spank them also , without having seprate triggers for both people...
USA #1
basically all I need to know is what the variables are and how to incorparate them into triggers...
USA #2
if you want to match a trigger to anyone that can possibly match it, use * for the part that you need to match. Ill use your spanking example to help you out with....

trigger: * says 'spank me!'
action: spank %1

Nice, simple and straight forward for the most part
USA #3
well , i do that and I get an error message

::: Failed:nothing to repeat at offset 0::: what's that mean?
Australia Forum Administrator #4
The example given is not a regular expression. Uncheck the "regular expression" box.