Skip to content

genericMud v0.9.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:30
· 15 commits to main since this release

Automation now has one place to work

  • Ctrl+B opens the Automation Manager. Triggers, aliases, hotkeys, channels,
    and Lua scripts are categories in that one dialog instead of separate simple
    and advanced tools.
  • New, Edit, Duplicate, and Delete work from the selected category. Triggers,
    aliases, hotkeys, and channels can also be disabled without deleting them.
    Script-only actions such as Rename, Reload Scripts, and Open Scripts Folder
    become available when Scripts is selected.

Ordinary automation can do more without code

  • A trigger, alias, or hotkey can send one command or several commands, one per
    line.
  • Command fields can combine matched text, values saved by scripts, and current
    GMCP, MSDP, or MSSP data. The complete sequence is checked before any command
    is sent.
  • The manual and offline help now explain the unified manager, its keyboard
    shortcuts, command variables, and when Lua is useful in plain language.