Activating
Gets called when SCP-914 is being activated.
Start a script section
!-- OnEvent Activating
-- require $evKnobSetting @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp914Events
- Cancellable: Yes
- Event data:
Scp914ActivatingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evKnobSetting | Scp914KnobSetting enum value | The current knob setting of SCP-914. |
@evPlayer | player value | The player that is activating SCP-914. |
$evIsAllowed | bool value | Whether the event is allowed to run. |