We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfdb14 commit 14091c0Copy full SHA for 14091c0
addons/beehave/nodes/beehave_tree.gd
@@ -35,7 +35,7 @@ signal tree_disabled
35
set(anp):
36
actor_node_path = anp
37
if actor_node_path != null and str(actor_node_path) != "..":
38
- actor = get_node(actor_node_path)
+ actor = get_node(actor_node_path.get_as_property_path())
39
else:
40
actor = get_parent()
41
if Engine.is_editor_hint():
0 commit comments