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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who picked up armor. |
*evBodyArmorItem | reference to BodyArmorItem object | Gets the armor that was picked up. |