ChangingSubmersionStatus
Gets called when SCP-106 is changing its submersion status.
Start a script section
!-- OnEvent ChangingSubmersionStatus
-- require $evIsSubmerging @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp106Events
- Cancellable: Yes
- Event data:
Scp106ChangingSubmersionStatusEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsSubmerging | bool value | Whether the SCP-106 is submerging or emerging. |
@evPlayer | player value | The SCP-106 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |