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
| Variable | Type | Description |
|---|---|---|
$evKnobSetting | Scp914KnobSetting enum value | The current knob setting of SCP-914. |
*evItem | reference to Item object | The item that is being processed by SCP-914. |
@evPlayer | player value | The owner of the item. |
$evIsAllowed | bool value | Whether the event is allowed to run. |