validate_references
Audit cross-file references in RPG Maker MZ: verify map targets, classes, skills, effects, and troop members resolve, and map tree has no dangling or cyclic parents. Returns warnings.
Instructions
Audit cross-file reference integrity across the whole project (read-only, warn-by-default): Transfer Player targets and starting position point at existing maps; starting party, actor classes, class/enemy skills, troop members, enemy drops, and skill/item effects (states, learned skills, common events, animations) all resolve; and the map tree has no dangling or cyclic parentId. Complements validate_project (which checks command shape). Returns { ok, warnings[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||