ChangedSubmersionStatus
Gets called when SCP-106 has changed its submersion status.
Start a script section
!-- OnEvent ChangedSubmersionStatus
-- require $evIsSubmerging @evPlayer
# Add your instructions here
- Group: Scp106Events
- Cancellable: No
- Event data:
Scp106ChangedSubmersionStatusEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsSubmerging | bool value | Whether the SCP-106 is submerging or emerging. |
@evPlayer | player value | The SCP-106 player instance. |