RoundStarting
Gets called when the round is starting.
Start a script section
!-- OnEvent RoundStarting
-- require $evIsAllowed
# Add your instructions here
- Group: ServerEvents
- Cancellable: Yes
- Event data:
RoundStartingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsAllowed | bool value | Whether the event is allowed to run. |