Skip to main content

ChangedStalkMode

Gets called when SCP-106 has changed its stalk mode.

Start a script section

!-- OnEvent ChangedStalkMode
-- require $evIsStalkActive @evPlayer

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

Injected variables

VariableTypeDescription
$evIsStalkActivebool valueWhether the ability was activated or deactivated.
@evPlayerplayer valueThe SCP-106 player instance.