This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "OnMurder"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
(Moved to "Category: Blocktypes")
imported>Quetzilla
 
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
   begin OnMurder ''ActorID (optional)''
   begin OnMurder ''ActorID''
'''Example:'''
'''Example:'''
   begin OnMurder SuperChampion  
   begin OnMurder SuperChampion  

Latest revision as of 00:39, 29 May 2008

Syntax:

 begin OnMurder ActorID

Example:

 begin OnMurder SuperChampion 

This block will be run once when the scripted actor is murdered by the specified ActorID. If no parameter is used, the block will be run when the scripted actor is murdered.