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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that invoked the event. |
$evForced | bool value | Gets whether the reveal is forced by timer running out or if it was player's request. |
$evIsAllowed | bool value | Whether the event is allowed to run. |