Skip to main content

Revealing

Gets called when SCP-3114 is revealing itself.

Start a script section

!-- OnEvent Revealing
-- require @evPlayer $evForced $evIsAllowed

# Add your instructions here
  • Group: Scp3114Events
  • Cancellable: Yes
  • Event data: Scp3114RevealingEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player that invoked the event.
$evForcedbool valueGets whether the reveal is forced by timer running out or if it was player's request.
$evIsAllowedbool valueWhether the event is allowed to run.