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
| Variable | Type | Description |
|---|---|---|
*evScp127Item | reference to Scp127Firearm object | Gets the SCP-127 firearm. |
$evTier | Scp127Tier enum value | Gets the new tier of SCP-127. |
$evIsAllowed | bool value | Whether the event is allowed to run. |