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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who is picking up SCP-330. |
*evCandyPickup | reference to Scp330Pickup object | Gets the SCP-330 pickup. |
$evIsAllowed | bool value | Whether the event is allowed to run. |