Skip to main content

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

VariableTypeDescription
$evIsAllowedbool valueWhether the event is allowed to run.