PlayedSound
Gets called when SCP-173 has played a sound.
Start a script section
!-- OnEvent PlayedSound
-- require $evSoundId @evPlayer
# Add your instructions here
- Group: Scp173Events
- Cancellable: No
- Event data:
Scp173PlayedSoundEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evSoundId | Scp173SoundId enum value | The sound id that is being played. |
@evPlayer | player value | The SCP-173 player instance. |