Skip to main content

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

VariableTypeDescription
@evPlayerplayer valueGets the player who interacted with SCP-330.
$evUsesnumber valueGets the amount of uses that target player did.
$evPlaySoundbool valueGets the boolean whenever pickup sound has been played.
$evAllowPunishmentbool valueGets the bool value whether the SeveredHands effect was applied.
$evCandyTypeCandyKindID enum valueGets the type of the candy that has been given to the player.