Skip to main content

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

VariableTypeDescription
$evSoundIdScp173SoundId enum valueThe sound id that is going to be played.
@evPlayerplayer valueThe SCP-173 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.