[TF] gag curiosities
Brought to you by:
kenkeys
|
From: johans at stack.nl (J. v. Selst) - 2003-02-05 13:07:58
|
Azrael wrote: > I have some gag definitions that don't seem to work.. can anyone > suggest ideas? If you are using matching=glob - which is the default method, then you must make sure that you either type the entire line _exactly_ as it is shown on the screen or add a * at the beginning and end of the pattern. Especially when the mud prepends the line with a prompt, TF may not recognize this prompt and the trigger won't match when you leave out the leading * /def -ag -t"*DB: The house has stopped quaking!*" > /def -ag -t"You pemit \"\" to Azrael." This should work, but you can use single quotes to keep it readable: /def -ag -t'You pemit "" to Azrael.' Greetings, Johan |