I think it could be a good idea to implement a new way to do this; because I often blocked in my project... I need to do some action by API when a specific point of my timeline is reached...
Why don't use the new "Script Event" to fired an event in API. In the timeline, we could add the Script Event with an unique "Name of Event".
In API, when the event is fired, we could made a "Select Case e.name" in order to execute code we need...
What do you think about this ?
#XPression