11. I made a trigger to fire on my prompt line, but it fires one line too late.
This topic has been heavily covered in the forum. Do a forum search on "prompt newline".
The brief answer is that triggers fire when a "newline" (end-of-line) character is received, and some prompts do not have that. Various things you can do are:
Configure MUSHclient to convert an IAC EOR/GA to a newline. See world configuration -> Appearance -> Output section. This may not work for all MUDs.
Configure your MUD to add a newline to prompts.
Make a plugin that detects prompts using OnPluginPacketReceived, and adds a newline. One forum posting about that is here: