I'm playing Aetolia, and I can't seem to get this prompt trigger:
^H\:(.*?) M\:(.*?) E\:(.*?)\% W\:(.*?)\% B\:(.*?)\% Dev\:(.*?)\% XP\:(.*?)\% \[(.*?)\]$
To match on the prompt, it does match if there's a linebreak following the prompt, but the MUD doesn't automatically give you such a linebreak, and often times adds more to the prompt line than just the prompt. Any way I can have MUSH match a line without waiting for the linebreak?
^H\:(.*?) M\:(.*?) E\:(.*?)\% W\:(.*?)\% B\:(.*?)\% Dev\:(.*?)\% XP\:(.*?)\% \[(.*?)\]$
To match on the prompt, it does match if there's a linebreak following the prompt, but the MUD doesn't automatically give you such a linebreak, and often times adds more to the prompt line than just the prompt. Any way I can have MUSH match a line without waiting for the linebreak?