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
| Variable | Type | Description |
|---|---|---|
$evOldValue | number value | The previous vigor value. |
$evValue | number value | The new vigor value. |
@evPlayer | player value | The SCP-106 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |