Skip to main content

GainedExperience

Gets called when SCP-079 has gained experience.

Start a script section

!-- OnEvent GainedExperience
-- require @evPlayer $evAmount $evReason $evSubject

# Add your instructions here
  • Group: Scp079Events
  • Cancellable: No
  • Event data: Scp079GainedExperienceEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueThe SCP-079 player instance.
$evAmountnumber valueThe amount of experience gained.
$evReasonScp079HudTranslation enum valueThe reason of experience gain shown in HUD.
$evSubjectRoleTypeId enum valueGets optional subject of the notification, used as replacement to display which class has been terminated.