Thanks, so how would I set up an event to start when the apex of a jump is reached? My solution was to use the Bind event to OnReachedJumpApex node but this doesn’t fire when I reach the jump apex.
Would it be better to use a branch node to run an event when NotifyApex is true?