ThePat02 / BehaviourToolkit

A collection of tools for AI Behaviour in the Godot 4 Game Engine!
MIT License
303 stars 12 forks source link

Tween node - add option to use value from blackboard #50

Closed evilenzo closed 6 months ago

evilenzo commented 7 months ago

It would be a great feature to use value from blackboard cause it's not cool to have hardcoded value or set value from other leaves/scripts

ThePat02 commented 7 months ago

Do you mean you want to tween a value from the blackboard?

ThePat02 commented 7 months ago

It would be a great feature to use value from blackboard cause it's not cool to have hardcoded value or set value from other leaves/scripts

Oh I see what you mean. I think one method to solve this is to add another tween_value_type called "Custom Script", so you can implement your own logic! I will see what I can come up with :$

ThePat02 commented 7 months ago

Would you mind checking out #51 and tell me if this works for you?

evilenzo commented 6 months ago

Would you mind checking out #51 and tell me if this works for you?

Sorry for late reply. I think that should do the job!