CreatingAmnesticCloud
Gets called when SCP-939 is creating an amnestic cloud.
Start a script section
!-- OnEvent CreatingAmnesticCloud
-- require $evIsAllowed @evPlayer
# Add your instructions here
- Group: Scp939Events
- Cancellable: Yes
- Event data:
Scp939CreatingAmnesticCloudEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evIsAllowed | bool value | Whether the event is allowed to run. |
@evPlayer | player value | The 939 player instance. |