[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.
OnTriggerActor
Jump to navigation
Jump to search
Syntax:
begin OnTriggerActor TriggeringRefID
Example:
begin OnTriggerActor player
This block will be run once when an actor triggers the scripted object by colliding with it. If you specify a TriggeringRefID, the block will only run when that specific reference triggers the object (assuming the reference is an actor); otherwise, the block will run when any actor triggers the scripted object.