gob2 Posted November 22, 2016 Share Posted November 22, 2016 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 More sharing options...
Recommended Posts