InteractedScp330
Gets called when the player has interacted with SCP-330.
Start a script section
!-- OnEvent InteractedScp330
-- require @evPlayer $evUses $evPlaySound $evAllowPunishment $evCandyType
# Add your instructions here
- Group: PlayerEvents
- Cancellable: No
- Event data:
PlayerInteractedScp330EventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who interacted with SCP-330. |
$evUses | number value | Gets the amount of uses that target player did. |
$evPlaySound | bool value | Gets the boolean whenever pickup sound has been played. |
$evAllowPunishment | bool value | Gets the bool value whether the SeveredHands effect was applied. |
$evCandyType | CandyKindID enum value | Gets the type of the candy that has been given to the player. |