OnEscortWaitStart - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Event called when this actor is running an Escort procedure, and starts waiting for the escorted actor to catch up.

Syntax[edit | edit source]

Event OnEscortWaitStart()

Parameters[edit | edit source]

None

Examples[edit | edit source]

Event OnEscortWaitStart()
  Debug.Trace("Escorting actor started waiting for escorted actor to catch up.")
endEvent

See Also[edit | edit source]