create_script
Create a new GDScript file in your Godot project by specifying the relative script path and providing the full source code content.
Instructions
Create a new GDScript (.gd) file with content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to Godot project | |
| scriptPath | Yes | Script path relative to project (e.g. scripts/player.gd) | |
| content | Yes | Full GDScript source code content |