create_script
Create a new GDScript file in your Godot project by providing the script path and source code, with an optional base class.
Instructions
Create a new GDScript file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path for the new script (e.g. 'res://scripts/player.gd') | |
| content | Yes | GDScript source code | |
| base_class | No | Base class (e.g. 'CharacterBody2D') |