StartingResurrection
Gets called when SCP-049 is starting a resurrection.
Start a script section
!-- OnEvent StartingResurrection
-- require $evCanResurrect *evRagdoll @evTarget @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp049Events
- Cancellable: Yes
- Event data:
Scp049StartingResurrectionEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
$evCanResurrect | bool value | Whether SCP-049 can resurrect the ragdoll. |
*evRagdoll | reference to Ragdoll object | The ragdoll that SCP-049 is resurrecting. |
@evTarget | player value | The owner of the ragdoll that SCP-049 is resurrecting. |
@evPlayer | player value | The SCP-049 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |