write_data_file
Write JSON content to a data file within an RPG Maker MZ project's data directory, enabling programmatic updates to game data.
Instructions
Write to a data file in the data directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | JSON string content to write | |
| filename | Yes | ||
| projectPath | Yes |