Skip to main content

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

VariableTypeDescription
*evPickupreference to Pickup objectGets the pickup which was created.