Background for Fallout 4
Member of the Actor script

Description

Wiki Description

Event called when this actor is running an Escort procedure, and stops waiting for the escorted actor because the escorted actor is now sufficiently close that the escorter can resume travel to the destination.

Documentation Comment

Event received when this actor is in an Escort procedure and stops waiting because the escorted actor has caught up.


Examples

Event OnEscortWaitStop()
  Debug.Trace("Escorting actor stopped waiting because escorted actor caught up.")
endEvent

Auto-Generated Example

Scriptname MyCoolScript extends Actor

event OnEscortWaitStop()
    Debug.trace("Event received - OnEscortWaitStop")
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.