- Found in:
- Vanilla
eventOnEscortWaitStart()
Description
Documentation Comment
Event received when this actor is in an Escort procedure and begins waiting for the escorted actor to catch up.
Examples
Auto-Generated Example
Scriptname MyCoolScript extends ReferenceAlias
event OnEscortWaitStart()
Debug.trace("Event received - OnEscortWaitStart")
endEvent