I know it must be something i miss here...
command: track mob
mud echo: You sense a trail n/s/e/v/u/d from here!
I made a trigger that match "You sense a trail * from here!" with the send "%1". But that's not enough. I need to resend the "track mob" again after the triger fires.
I know the multi-line thingie does not recognize the commands send by me. Basically I want something like
match: ^track *\nYou sense a trail * from here\! \n\z
send:
%2
track %1
How can I do that?
command: track mob
mud echo: You sense a trail n/s/e/v/u/d from here!
I made a trigger that match "You sense a trail * from here!" with the send "%1". But that's not enough. I need to resend the "track mob" again after the triger fires.
I know the multi-line thingie does not recognize the commands send by me. Basically I want something like
match: ^track *\nYou sense a trail * from here\! \n\z
send:
%2
track %1
How can I do that?