Thank you for your explanation. I indeed was referring to using the timeout condition task in BT. Didn’t know it was designed for FSM. That makes sense.
What we need is an “inverted-timeout” decorator, which returns failure and blocks its child connection until a timeout. We have been achieving this by using the combination of conditional + timeout. (or wait until + timeout)
We also sometimes use timeout on a Condition node
Login
Register
By registering on this website you agree to our Privacy Policy.