Page 2 of 2

Re: Moving mud's prompt to the bottom line.

Posted: Wed Feb 15, 2017 4:02 pm
by Jor'Mox
Just make a trigger, change the type to Lua function, put "return isPrompt()" (without the quotes) in the pattern line. Then enable it, and put whatever code you want into the trigger (for now, just use "echo(" : Prompt")"). If it works, then everywhere you expect the prompt to be captured, you should see it echoing " : Prompt" at the end of the line.