OnStartCombat

From GECK
Jump to: navigation, search

This block will be run once when the scripted actor enters combat with the specified target. If no target is specified, the block will be run whenever the actor enters combat.

Syntax

 begin OnStartCombat TargetActorRefID

Example

 begin OnStartCombat
 begin OnStartCombat player

See Also