Skip to main content

PickedUpItem

Gets called when the player has picked up an item.

Start a script section

!-- OnEvent PickedUpItem
-- require @evPlayer *evItem

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerPickedUpItemEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who picked up the item.
*evItemreference to Item objectGets the item that was picked up.