Skip to main content

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

VariableTypeDescription
$evSoundIdScp173SoundId enum valueThe sound id that is being played.
@evPlayerplayer valueThe SCP-173 player instance.