Skip to main content

PickingUpScp330

Gets called when the player is picking up SCP-330.

Start a script section

!-- OnEvent PickingUpScp330
-- require @evPlayer *evCandyPickup $evIsAllowed

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: Yes
  • Event data: PlayerPickingUpScp330EventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who is picking up SCP-330.
*evCandyPickupreference to Scp330Pickup objectGets the SCP-330 pickup.
$evIsAllowedbool valueWhether the event is allowed to run.