Skip to main content

LevellingUp

Gets called when the SCP-127 is levelling up.

Start a script section

!-- OnEvent LevellingUp
-- require *evScp127Item $evTier $evIsAllowed

# Add your instructions here
  • Group: Scp127Events
  • Cancellable: Yes
  • Event data: Scp127LevellingUpEventArgs

Injected variables

VariableTypeDescription
*evScp127Itemreference to Scp127Firearm objectGets the SCP-127 firearm.
$evTierScp127Tier enum valueGets the new tier of SCP-127.
$evIsAllowedbool valueWhether the event is allowed to run.