Replies: 2 comments
-
I would love this |
Beta Was this translation helpful? Give feedback.
-
This is the kind of thing you would set up with your own trigger entities rather than something prebuilt in Qodot. Qodot has some examples of what you can do, but they're all fairly outdated and should also only be viewed as examples. I would say this would fall outside Qodot's Core Scope. It might be something worth considering for the examples rework though. If you'd like to see how you might pull off some more complicated trigger methods like delays and waits and multitargeting, you can check out my example entities on my repository. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone,
I was wondering if it would be possible to incorporate some of the input/output logic from Hammer in Qodot.
Hammer allows for some complicated I/O relationships by allowing users to customise things like delay (that affects the time until the output is fired) and parameter overrides.
I am aware that Qodot has a great signal/receiver system but currently I am not sure if it is possible to this sort logic with its current implementation.
At the moment, I have some idea of how to implement something like this using GDScript but it would be great if it was possible using Qodot's scripts, potentially by adding this logic to the signal/receiver entities?
Beta Was this translation helpful? Give feedback.
All reactions