InspectedItem
Gets called when the player inspected item.
Remarks: Keycard and Items that cannot be inspected will not run this event.
Start a script section
!-- OnEvent InspectedItem
-- require @evPlayer *evItem
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerInspectedItemEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who inspected the Item. |
*evItem | reference to Item object | Gets the item that was inspected. |