organize_map_tree
Organize RPG Maker maps into a hierarchical folder structure by assigning parent IDs. Simplify map tree navigation and management.
Instructions
Organize maps into folders by setting parentId. Creates a hierarchy in the RPG Maker editor map tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folders | Yes | Array of {mapId, parentId} objects. parentId=0 means root level. |