ChangedVigor
Gets called when SCP-106 has changed its vigor.
Start a script section
!-- OnEvent ChangedVigor
-- require $evOldValue $evValue @evPlayer
# Add your instructions here
- Group: Scp106Events
- Cancellable: No
- Event data:
Scp106ChangedVigorEventArgs
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. |