Recent content by knipsch

  1. K

    How could I make a decorator that runs its child task every specified number of frames?

    Thank you for your fast reply! Yes, I think you're right; since once leaf task must always be running, it would make sense to use a composite with an idle task or comparable for the frames when the first task isn't running. I'll try that; thanks again! I'm really loving Behavior Designer, by...
  2. K

    How could I make a decorator that runs its child task every specified number of frames?

    I'm pretty new to using Behavior Designer and I'm sure there are ways to get this functionality without making a decorator that does it, but it just seems like it would be such a useful and efficient decorator, and I like making myself tools that speed up development. I tried making a decorator...
Top