[dismiss]
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"
Jump to navigation
Jump to search
imported>Ecaponi |
imported>JOG (Moved to "Category: Blocktypes") |
||
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: | [[Category: Blocktypes]] |
Revision as of 03:57, 26 May 2006
Syntax:
begin OnMurder ActorID (optional)
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.