validate_connectivity
Check every map event's Transfer Player commands, verify targets exist and are in bounds, compute reachability from the start map, and identify orphan or unreachable maps in your RPG Maker XP world.
Instructions
Build and validate the world transfer graph. Scans every map's events for Transfer Player (201) commands, checks each targets a real map at in-bounds coords, computes reachability from System.start_map_id, and flags orphan maps (no inbound transfer) and unreachable maps. Variable-designated transfers are reported as dynamic (runtime destination, unverifiable). Returns nodes, edges, errors, warnings, and a summary; set diagram=true for a Mermaid flowchart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diagram | No | Also return a Mermaid flowchart of the world graph (default false) |