dizietemblesssma Posted October 6 Share Posted October 6 In a skyrim script I have: RegisterForActorAction(9) ; sheathe begin RegisterForActorAction(10) ; sheathe ends and also: Event OnActorAction(int actionType, Actor akActor, Form source, int slot) are the F4 equivalents the following: https://falloutck.uesp.net/wiki/RegisterForAnimationEvent_-_ScriptObject https://falloutck.uesp.net/wiki/OnAnimationEvent_-_ScriptObject or is there something else? diziet Link to comment Share on other sites More sharing options...
LarannKiar Posted November 7 Share Posted November 7 Those are implemented by SKSE and F4SE doesn't have OnActorAction event. Not all animations send animation events to Papyrus but if the ones you'd like to listen for do, you can use RegisterForAnimationEvent() instead. Link to comment Share on other sites More sharing options...
Recommended Posts