I know some people were finding Mudlet challenging in terms of making aliases/triggers. Here is a script someone made that lets you create aliases and triggers from the Mudlet command line. I just tried it and it works really well.
Just copy/paste this into the "Script" section of Mudlet and name it anything you want, save, logout/disconnect from the mud, then reconnect/log in and it should be active. Type '/alias help' or '/trigger help' for instructions.
Here is the link: https://forums.mudlet.org/viewtopic.php?f=6&t=22609
Examples of how it works:
Syntax for triggers: /trigger pattern >> commands to send
Example: /trigger You are thirsty. >> drink decanter
/trigger * walks in * >> strangle %1 ; wait 1.5 ; zap %1
Syntax for aliases: /alias pattern >> commands to send
Example: /alias dt >> cast 'detect hidden' ; cast 'detect invis'
Example: /alias ff ? >> cast 'fireball' %1
Creating aliases/triggers from the command line in Mudlet
Re: Creating aliases/triggers from the command line in Mudlet
Most helpful - using this method a lot lately to address specific fights or challenges. Thanks!