Skip to main content

ChangingSubmersionStatus

Gets called when SCP-106 is changing its submersion status.

Start a script section

!-- OnEvent ChangingSubmersionStatus
-- require $evIsSubmerging @evPlayer $evIsAllowed

# Add your instructions here
  • Group: Scp106Events
  • Cancellable: Yes
  • Event data: Scp106ChangingSubmersionStatusEventArgs

Injected variables

VariableTypeDescription
$evIsSubmergingbool valueWhether the SCP-106 is submerging or emerging.
@evPlayerplayer valueThe SCP-106 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.