Background for Fallout 4
Member of the Actor script

Description

Wiki Description

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

Documentation Comment

Event received when this actor is in an Escort procedure and begins waiting for the escorted actor to catch up.


Examples

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

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnEscortWaitStart()
    Debug.trace("Event received - OnEscortWaitStart")
endEvent

Related Pages


Additional References

View this event’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.