Zorkaz Posted August 27, 2022 Share Posted August 27, 2022 I forgot the script command for: When a weapon is fired - Do the script. It should be in ObjectReference but no Link to comment Share on other sites More sharing options...
Zorkaz Posted August 27, 2022 Author Share Posted August 27, 2022 Seems to be RegisterForAnimationEvent(Game.GetPlayer(), "weaponFire") Event OnAnimationEvent(ObjectReference akSource, string asEventName) If (akSource == Game.GetPlayer() && asEventName == "weaponFire") Debug.Notification("The player fired his weapon.") EndIf EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts