execute_game_script
Run GDScript code inside the live game process to test logic in real time. Use print() for output; code executes as the body of run(root: Node).
Instructions
Run GDScript inside the running game process; code runs as the body of run(root: Node), use print() for output, no top-level func definitions and no await
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |