write_script
Create or overwrite Godot script files in a project by specifying the file path and content. Use this to add new scripts or modify existing ones.
Instructions
Write or overwrite a script file. Use this to create new scripts or update existing ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The script content to write | |
| scriptPath | Yes | Path to the script file (relative to project) | |
| projectPath | Yes | Path to the Godot project directory |