Jump to content

'Notha Noob Question


Bluclawstoryteller

Recommended Posts

Yea, an OnDeath block can only be used on actors, not a scripted weapon as the weapon doesn't die.

 

What you're asking for is a little trickey for me to come up with on fly - without coding and testing myself.

 

A simple solution would be to add an Object Effect to the weapon that uses a script effect. The script could use two commands:

 

Begin ScriptEffectStart

 If GetItemCount Bloodpack = 0
Additem Bloodpack 1
 Endif
End

 

This will add one blood pack to the targe't inventory upon the first sucessful hit with the weapon and no more. It does not do it upon killing the creature with the weapon though.

 

Without running a script on the actor (Target) themselves, I'm not sure how to go about this. And I doubt you want to add a script to every actor in the game.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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