When a certain mod (Estrus) is utilized, there is a sequence of events which take place. It goes like this:
You cast the spell provided by the mod.
Six seconds go by.
You freeze, and the mod's animation takes over.
Six seconds go by.
The game enters a free-camera mode.
For fully six seconds after the spell is cast, the player is still free to move about. However, during those six seconds, the spell's effect is in fact already on the player. What I am trying to detect is the moment the player freezes and the animation takes over. Since the spell effect was already on the player, it cannot be used as the means for detection.
I've already tried out IsLocked and IsDisabled. Neither of those come up positive, so the mod is doing something else to freeze the player. That's where I'm stuck.