create_script
Create a Godot script from a template by setting the output path, choosing GDScript or C#, and selecting a template type.
Instructions
Create a new script from template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path (relative to project root, e.g. "scripts/enemy.gd") | |
| type | Yes | Script language | |
| template | No | Template type | node_script |
| class_name | No | Optional class_name for GDScript |