godot-addons/godot-behavior-tree-plugin

issue with BehaviorInverter

Closed this issue · 2 comments

hello i've been messing around with your plugin doing some basic stuff to learn how it works but the inverter is throwing an error in the code and i dont know how to fix it, i hope u can help with this because its a really cool plugin

image

I haven't touched any gdscript/godot programming for a few months, but my first guess is it looks like a syntax issue on your line 14. I would try with and without the typeof or extends check and see if one of those is the issue

seems like it's extends, should be changed to result is BehvError
considering this was reported to godotengine godotengine/godot#11596