Moving mud's prompt to the bottom line.

Jor'Mox
Posts: 1146
Joined: Wed Apr 03, 2013 2:19 am

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

Post 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.

Post Reply