Skip to main content

ProcessingInventoryItem

Gets called when SCP-914 is processing an inventory item.

Start a script section

!-- OnEvent ProcessingInventoryItem
-- require $evKnobSetting *evItem @evPlayer $evIsAllowed

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

Injected variables

VariableTypeDescription
$evKnobSettingScp914KnobSetting enum valueThe current knob setting of SCP-914.
*evItemreference to Item objectThe item that is being processed by SCP-914.
@evPlayerplayer valueThe owner of the item.
$evIsAllowedbool valueWhether the event is allowed to run.