Yeah, I know. It's something that might need another Scene Director if, for instance, you wanted to update fields on an event, but "animate" the update. Say, for example, you want to transition between to numeric values that are poll updates, but you want to display intermediate values when transitioning. A nice, claen way to do this would be to have the ability to have the values as text that could be updated every frame in an Animation Controller. The star and end values could be set, and the intermediate values calculated and placed in the keyframes using the SetKeyfame Value method, then the Animation Controller could simply be played.
If you don't want this to happen in your normal animation sequence, it looks like you'd have to set your script events in a different Scene Director. Sure, it's doable, but it's also more complicated than it needs to be.
#XPression