execute_game_script
Run GDScript code directly inside a live Godot game to test logic, modify game state, or debug in real-time.
Instructions
🔴 Game must be running. Execute a GDScript snippet in the running game context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | GDScript code to execute |