Skip to main content

ProcessingPickup

Gets called when SCP-914 is processing a pickup.

Start a script section

!-- OnEvent ProcessingPickup
-- require *evNewPosition $evKnobSetting *evPickup $evIsAllowed

# Add your instructions here
  • Group: Scp914Events
  • Cancellable: Yes
  • Event data: Scp914ProcessingPickupEventArgs

Injected variables

VariableTypeDescription
*evNewPositionreference to Vector3 objectThe new position of the pickup.
$evKnobSettingScp914KnobSetting enum valueThe current knob setting of SCP-914.
*evPickupreference to Pickup objectThe pickup that is being processed by SCP-914.
$evIsAllowedbool valueWhether the event is allowed to run.