We have a few behaviors that handle time, Ease Tween, Event List, and Duration.
What would be nice is the ability to create a named timer at run time so that you could have several different actions at any given time.
Event list, and Duration are set up to do this, however, they lack triggers for picking individual instances, such as on "this named timer" start, or "that named timer" end of wait, and "foo named timer" end.
All of that can be accomplished using Ease Tween, and a Boolean comparison, but that complicates things quite a bit..
Any takers, thoughts?