KnobChanging
Gets called when SCP-914's knob is changing.
Start a script section
!-- OnEvent KnobChanging
-- require $evOldKnobSetting $evKnobSetting @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp914Events
- Cancellable: Yes
- Event data:
Scp914KnobChangingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evOldKnobSetting | Scp914KnobSetting enum value | Gets the old knob setting used by SCP-914. |
$evKnobSetting | Scp914KnobSetting enum value | The current knob setting of SCP-914. |
@evPlayer | player value | The player that is changing the knob. |
$evIsAllowed | bool value | Whether the event is allowed to run. |