I have a somewhat simple problem (I think), but not really sure what’s going on. I want to be able to use a timer (Set Timer by Function OR Event), but for some reason in my behavior tree TASK the timer never gets triggered. 's a SS of the blueprint as it’s running. It just gets and gets stuck but never plays the animation:
Thanks for the reply! Yeah I tried to set that value to something other than 0 and it still does the same thing. So I added a breakpoint on the play animation and it still never gets triggered. The below screenshot is after about 30 seconds of this blueprint being triggered:
Ah success! That was exactly it. Thanks so much, that’s really great to know. Yeah it was the fact that the blueprint kept getting fired by the behavior tree and must have kept just resetting the timer.