Skip to main content

PickedUpArmor

Gets called when the player has picked up armor.

Start a script section

!-- OnEvent PickedUpArmor
-- require @evPlayer *evBodyArmorItem

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who picked up armor.
*evBodyArmorItemreference to BodyArmorItem objectGets the armor that was picked up.