Timeline in a function?

Functions can only contain calls that finish instantly, and things like timelines and delays do not. If you need a function to execute a timeline, you can for example place a custom event (that triggers a timeline) in the main event graph, and then have your function raise such an event to start the timeline.

4 Likes