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>Ecaponi
 
imported>Quetzilla
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
   begin OnMurder ''ActorID (optional)''
   begin OnMurder ''ActorID''
'''Example:'''
'''Example:'''
   begin OnMurder SuperChampion  
   begin OnMurder SuperChampion  
Line 6: Line 6:
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.  
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.  


[[Category: Commands]]
[[Category: Blocktypes]]

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.