Skip to main content

StartDancing

Gets called when SCP-3114 is about to dance.

Start a script section

!-- OnEvent StartDancing
-- require @evPlayer $evDanceId $evIsAllowed

# Add your instructions here
  • Group: Scp3114Events
  • Cancellable: Yes
  • Event data: Scp3114StartingDanceEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player that invoked the event.
$evDanceIdnumber valueGets or sets the index of the animation to play. Currently there are 7 dance variants in game. Any value above max length will be moved to equal index via modulo (%) operator.
$evIsAllowedbool valueWhether the event is allowed to run.