silhouett Posted March 18, 2012 Share Posted March 18, 2012 Ok here is the enchantment magic effects script I have working off the explosion of an arrow. Any one want to point to me why it is not working ? Scriptname HitByAnArrow extends ObjectReference actor victim Event OnHit(ObjectReference akAggressor, Form akSource, Projectile akProjectile, bool abPowerAttack, bool abSneakAttack, \ bool abBashAttack, bool abHitBlocked) Victim = (akAggressor as actor) debug.trace("The Victim just got hit")victim.ModAV("Health", -500) ; Test to see if character dieshttp://forums.nexusmods.com/public/style_emoticons/dark/thumbsup.gif EndEvent Thank you for any helphttp://forums.nexusmods.com/public/style_emoticons/dark/confused.gif Link to comment Share on other sites More sharing options...
Recommended Posts