Skip to main content

ChangingStalkMode

Gets called when SCP-106 changes its stalk mode.

Start a script section

!-- OnEvent ChangingStalkMode
-- require $evIsStalkActive @evPlayer $evIsAllowed

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

Injected variables

VariableTypeDescription
$evIsStalkActivebool valueWhether the ability is being activated or deactivated.
@evPlayerplayer valueThe SCP-106 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.