Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: New
Issue Type: Bug Report
Project: Unofficial Skyrim Special Edition Patch
Component: Skyrim SE: Vanilla
Category: Animations
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 2
Watching: N/A
Opened By WinniDex on May 31, 2023 7:15 am

Issue #32979: ImpButton01 doesn't play its animation on activation

 
The ImpButton01 has a Gamebryo animation attached to it, but it's unused in the game.

I'm not sure if this belongs to the USSEP, or CRF, but I'd like to see this added.

Comments

1 comment(s)
WinniDex said:
 
Additional info: The Gamebryo animations name is "Activate".
I got it to work with a simple "OnActivate Script". However, I'm not an expert coder, so there might be a more elegant solution for it:

Scriptname ImpButtonAnimationScript extends ObjectReference  
Event OnActivate(ObjectReference akActionRef)
	PlayGamebryoAnimation("Activate", true)
EndEvent

Showing Comments 1 - 1 of 1