Breez3r Posted November 12, 2016 Share Posted November 12, 2016 I created a script with an onhit event which just displays a message box. I attached the script to three different objects. When I start the game and load a save game it works fine and all three objects display a message box but if I reload the same save only one of the objects triggers the message box. If I load a save from another cell and load the save with the objects its back to working again. Can someone please tell me what I am doing wrong. Thanks. Scriptname test extends ObjectReference Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, bool abBashAttack, bool abHitBlocked) Debug.messagebox("OnHit triggered ") EndEvent Link to comment Share on other sites More sharing options...
Recommended Posts