Recent content by fsq19474

  1. F

    Help with creating a "Cooldown Timer" task

    Got it, thank you so much!
  2. F

    Help with creating a "Cooldown Timer" task

    That sounds awesome, thanks! Would you mind elaborating little bit about the correct way of implementing this? The most straight forward way I guess is to 1. Let new Cooldown trigger conditional abort in Composite ancestor , which I'm not sure if there is an existing API 2. Let task return...
  3. F

    Help with creating a "Cooldown Timer" task

    Hello there. I recently found myself stuck in the same question, and I've tried out the new Cooldown task but seems like it's still away from the goal here. IIUC, the Cooldown task is a decorator, and is blocking while in CD, which means: 1. It won't trigger conditional abort when under a...
Top