Skip to main content

ChangedSubmersionStatus

Gets called when SCP-106 has changed its submersion status.

Start a script section

!-- OnEvent ChangedSubmersionStatus
-- require $evIsSubmerging @evPlayer

# Add your instructions here
  • Group: Scp106Events
  • Cancellable: No
  • Event data: Scp106ChangedSubmersionStatusEventArgs

Injected variables

VariableTypeDescription
$evIsSubmergingbool valueWhether the SCP-106 is submerging or emerging.
@evPlayerplayer valueThe SCP-106 player instance.