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