Charging
Gets called when SCP-096 is charging.
Start a script section
!-- OnEvent Charging
-- require @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp096Events
- Cancellable: Yes
- Event data:
Scp096ChargingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-096 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |