Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Sun Jan 04, 2004 4:16 pm |
Try this:
#trigger {~*~*(%w): 'ref'} {cast 'refresh' %1}
(%w) is a wildcard to match a word, and the parentheses tells it to set that word as %1.
You need ~ in front of the asterixes to tell zmud to parse them as literal strings, instead of wildcards. |
|