PlayingSound
Gets called when SCP-173 is playing a sound.
Start a script section
!-- OnEvent PlayingSound
-- require $evSoundId @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp173Events
- Cancellable: Yes
- Event data:
Scp173PlayingSoundEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evSoundId | Scp173SoundId enum value | The sound id that is going to be played. |
@evPlayer | player value | The SCP-173 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |