Fiuzo Posted November 21, 2014 Posted November 21, 2014 Hello there I need a help to create a script for my mod... when kill a crature01 need a spawn of other creature02, like resurrection but not resurrection, a spawn of new character. Quote {This script managage the spawn new creature02 after creature01 dead};===============================================;===============================================Actor selfRefActorBase Property CreatureRes Auto EVENT onDeath(actor myKiller) wait(0.5) self.placeAtMe(CreatureRes) ENDEVENT I have try make this script but dont work any suggestion? thanks
Epic Gamer Frey Posted November 22, 2014 Posted November 22, 2014 This mod does something like spawning a new thing after killing Velacar. http://www.nexusmods.com/skyrim/mods/51896/?tab=2&navtag=http%3A%2F%2Fwww.nexusmods.com%2Fskyrim%2Fajax%2Fmodfiles%2F%3Fid%3D51896&pUp=1 Load it up in the CK and check how he did it. I would do it, but I can't get on the PC for at least another 4 hours.
Fiuzo Posted November 22, 2014 Author Posted November 22, 2014 Thanks but i have already find solution! I have study a priest script and modify it, and i have missed to apply and modify not only ability but apply script to actor! Thanks for interestind an suggestion
Recommended Posts
Archived
This topic is now archived and is closed to further replies.