Jump to content

Recommended Posts

Posted (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 selfRef
ActorBase 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 by Fiuzo
  • Recently Browsing   0 members

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