ChangedState
Gets called when SCP-096 has changed a state.
Start a script section
!-- OnEvent ChangedState
-- require @evPlayer $evState
# Add your instructions here
- Group: Scp096Events
- Cancellable: No
- Event data:
Scp096ChangedStateEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-096 player instance. |
$evState | Scp096RageState enum value | The SCP-096's new rage state. |