diff --git a/docs/port/RUNNING.md b/docs/port/RUNNING.md index 0788c26d..0eccadb7 100644 --- a/docs/port/RUNNING.md +++ b/docs/port/RUNNING.md @@ -54,9 +54,16 @@ godot --path port -- --menu=main_menu and to drive it unattended: ```bash -godot --path port -- --menu=main_menu --script=down,down,accept,cancel +godot --path port -- --menu=main_menu --script=down,down,down,down,accept,cancel ``` +🔴 **This example used to say `down,down,accept,cancel`, and it walked the wrong +path.** Two ⬇ from the opening item lands on **`TUTORIAL`**, whose destination this +export does not carry — so the example exercised a *not-carried* message and +returned, never opening a submenu at all. **`EXTRAS` is the fifth item**, so it +takes four. The one submenu P5's gate rests on was the one the runbook's own +command did not reach. Verified 2026-08-31 by running both. + 🔴 `--script` **without** `--play` or `--menu` refuses and says so. It used to parse, be stored, and do nothing.