Jump to content

Race ability OnDeath for leveled lists question


gob2

Recommended Posts

Hi. I have a script for unique npcs that fires off fine;

 

 

Scriptname DeadSpell extends Actor Const
Spell property OnDeathSpell auto const
{Cast this spell on death.}
Event OnDying(Actor Killer)
OnDeathSpell.Cast(self , self)
EndEvent
But for leveled lists you can't add scripts to templates I guess. I've read you need a workaround with a racial ability, but I'm having trouble wrapping my head around that one. Any help would be much appreciated.
Link to comment
Share on other sites

  • Recently Browsing   0 members

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