Skip to main content

ChangingVigor

Gets called when SCP-106 is changing its vigor.

Start a script section

!-- OnEvent ChangingVigor
-- require $evOldValue $evValue @evPlayer $evIsAllowed

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

Injected variables

VariableTypeDescription
$evOldValuenumber valueThe previous vigor value.
$evValuenumber valueThe new vigor value.
@evPlayerplayer valueThe SCP-106 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.