Started
Gets called when the warhead countdown has started.
Start a script section
!-- OnEvent Started
-- require $evIsAutomatic $evSuppressSubtitles *evWarheadState @evPlayer
# Add your instructions here
- Group: WarheadEvents
- Cancellable: No
- Event data:
WarheadStartedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsAutomatic | bool value | Whether the warhead is starting automatically. |
$evSuppressSubtitles | bool value | Whether subtitles should be suppressed. |
*evWarheadState | reference to AlphaWarheadSyncInfo object | Gets the current state of the alpha warhead. |
@evPlayer | player value | Gets the player who started the warhead. |