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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that invoked the event. |
$evDanceId | number value | Gets 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. |
$evIsAllowed | bool value | Whether the event is allowed to run. |