PickupCreated
Gets called when the server has created a new pickup.
Start a script section
!-- OnEvent PickupCreated
-- require *evPickup
# Add your instructions here
- Group: ServerEvents
- Cancellable: No
- Event data:
PickupCreatedEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evPickup | reference to Pickup object | Gets the pickup which was created. |