emacs-gdscript-mode icon indicating copy to clipboard operation
emacs-gdscript-mode copied to clipboard

Running EditorScripts?

Open kotaweav opened this issue 4 months ago • 0 comments

Is there a way to run scripts in tool mode? I am having trouble running this example:

@tool
extends EditorScript

func _run():
	print("Hello from the Godot Editor!")

from https://docs.godotengine.org/en/stable/classes/class_editorscript.html

I get a No standalone script found. when I try to run gdscript-godot-run-current-script (which I assume is the equivalent of godot -s <script>). Note that I don't use Hydra.

kotaweav avatar Jul 14 '25 00:07 kotaweav