Fiuzo Posted November 21, 2014 Posted November 21, 2014 (edited) Hello there :smile: 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 :sad: any suggestion? thanks :smile: EDIT: ok i have find a solution!! you can delete this topic thanks! Edited November 22, 2014 by Fiuzo
Recommended Posts