omit

Posted by Rockeru66 on Thu 29 Jan 2004 04:48 PM — 3 posts, 14,101 views.

#0
hi
i have a trigger " * * mental" to mach on a line like this
"[Party] Necro: mental"
if i try something like, examine %2 ,i get
" There is no necro: here. "
how can i ignore character " : " ?

thanks alot
USA #1
Well, the easy way is to just change the trigger to
* *: mental

That however presumes the : is always present after the name of whomever is activating the trigger.
Amended on Thu 29 Jan 2004 07:43 PM by Meerclar
Australia Forum Administrator #2
You need to make the trigger a bit more specific, eg.

Match: [*] *: mental


By putting the ":" into the trigger match text it stops it becoming part of the wildcard.