Skip to main content

LevelingUp

Gets called when SCP-079 is leveling up.

Start a script section

!-- OnEvent LevelingUp
-- require @evPlayer $evTier $evIsAllowed

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: Yes
  • Event data: Scp079LevelingUpEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
$evTiernumber valueThe new SCP-079's tier.
$evIsAllowedbool valueWhether the event is allowed to run.