write_plugin_code
Writes plugin code to a specified RPG Maker MZ project's plugins directory. Provide project path, filename, and JavaScript code to add or update a plugin file.
Instructions
Write a plugin file to js/plugins directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| filename | Yes | ||
| projectPath | Yes |