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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
$evTier | number value | The new SCP-079's tier. |
$evIsAllowed | bool value | Whether the event is allowed to run. |