Script Debugger Tour
This draft is text-first and includes screenshot placeholders for a later media pass.
What This Guide Covers
- Opening the debugger tools.
- Running a controlled debug pass.
- Inspecting matches and execution flow.
- Verifying variable state.
- 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
- Capture one failing example and one successful fixed example.
- Use red/green callouts to highlight behavior change.
- Keep sensitive in-game text redacted before publishing.