Jump to content

Help for Script


Fiuzo

Recommended Posts

Posted

Hello there smile.gif

 

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.gif

 

any suggestion? thanks smile.gif

Posted

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 :)

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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