Starting
Gets called when the warhead countdown is starting.
Start a script section
!-- OnEvent Starting
-- require $evIsAutomatic $evSuppressSubtitles *evWarheadState @evPlayer $evIsAllowed
# Add your instructions here
- Group: WarheadEvents
- Cancellable: Yes
- Event data:
WarheadStartingEventArgs
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 is starting the warhead. |
$evIsAllowed | bool value | Whether the event is allowed to run. |