Skip to main content

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

VariableTypeDescription
$evIsAllowedbool valueWhether the event is allowed to run.
@evPlayerplayer valueThe 939 player instance.