Jump to content

enchantment magic effects script I have


silhouett

Recommended Posts

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...