Recontaining
Gets called when SCP-079 is being recontained.
Start a script section
!-- OnEvent Recontaining
-- require @evPlayer @evActivator $evIsAllowed
# Add your instructions here
- Group: Scp079Events
- Cancellable: Yes
- Event data:
Scp079RecontainingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | The SCP-079 player instance. |
@evActivator | player value | The player who activated the recontainment procedure. Remarks: If , the SCP-079 was recontained automatically. |
$evIsAllowed | bool value | Whether the event is allowed to run. |