MUDBRINGER
Menu

Installing Community Script Packs Safely

This guide covers three things only:

  1. Using the Import Wizard for legacy MudMaster .mms files.
  2. Where to get MudBringer scripts (the community forums).
  3. How to load scripts in-client (Scripts > Load Scripts... or /read).

Where To Get MudBringer Scripts

Use the MudBringer community forums as the primary source for shared scripts and packs.

Avoid loading unknown files from unverified third-party sources.

Load MudBringer Scripts In The Client

You can load scripts in two standard ways:

  1. Menu path: Scripts > Load Scripts…
  2. Command path: /read {path-to-script-file}

Example:

/read {C:/MudBringer/Scripts/my-pack.mbs}

Import Legacy MudMaster .mms Scripts

If you are migrating from MudMaster, use the Import Wizard for .mms files.

Typical flow:

  1. Open the Import Wizard from the Scripts menu.
  2. Select your .mms file.
  3. Review imported aliases, actions, and groups.
  4. Save after import (character and profile) before heavy testing.

Import gets you started faster, but migrated scripts should still be validated in live use.

Quick Validation After Load Or Import

  1. Run a known alias and confirm expected output.
  2. Trigger one known action and verify group behavior.
  3. Check for naming conflicts between old and new groups.

Next Steps

  1. Backup and Restore Basics
  2. Managing Sessions and Tabs
  3. Trigger Fundamentals (Patterns, Actions, and Groups)