MUDBRINGER
Menu

Script Debugger Tour

This draft is text-first and includes screenshot placeholders for a later media pass.

What This Guide Covers

  1. Opening the debugger tools.
  2. Running a controlled debug pass.
  3. Inspecting matches and execution flow.
  4. Verifying variable state.
  5. Confirming fixes safely.

Screenshot Shot List (Placeholders)

Shot ID What to capture Placeholder caption
P2-SD-01 Debugger entry point in the UI Open the Script Debugger from the scripting tools.
P2-SD-02 Debugger panel with target script/group selected Select the script scope you want to inspect.
P2-SD-03 Live event line that triggers a rule Observe the incoming text that activates script logic.
P2-SD-04 Execution trace showing command chain order Follow command execution order step by step.
P2-SD-05 Variable inspection (local/shared/session) Verify key variable values during execution.
P2-SD-06 Comparison view before/after a fix Confirm that the corrected script now behaves as expected.

Placeholder Notes

  1. Capture one failing example and one successful fixed example.
  2. Use red/green callouts to highlight behavior change.
  3. Keep sensitive in-game text redacted before publishing.

Next Steps

  1. Trigger Fundamentals (Patterns, Actions, and Groups)
  2. Autoexec and OnConnect Playbooks
  3. Managing Sessions and Tabs