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, Starfield, or Oblivion Remastered. Doing so will help everyone on all platforms.

Issue Data
Status: Closed
Issue Type: Bug Report
Project: Unofficial Skyrim Special Edition Patch
Component: Skyrim SE: Vanilla
Category: Items
Assigned To: Nobody
Platform: All
Severity: Very Low
Votes: 2
Watching: N/A
Opened By WinniDex on May 31, 2023 7:15 am
Last Edited By Arthmoor on Jul 8, 2024 2:57 pm
Closed By Arthmoor on Jul 8, 2024 2:57 pm
Resolution: Fixed
Comment: Fixed for USSEP 4.3.2.

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

2 comment(s) [Closed]
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

Arthmoor said:
 
Seems like a legit issue to me since it ought to be doing something when you click it. Added a script to call the animation and play a button click sound.

Showing Comments 1 - 2 of 2