ResurrectingBody
Gets called when SCP-049 has finished resurrecting and is about to resurrect a body.
Start a script section
!-- OnEvent ResurrectingBody
-- require *evRagdoll @evTarget @evPlayer $evIsAllowed
# Add your instructions here
- Group: Scp049Events
- Cancellable: Yes
- Event data:
Scp049ResurrectingBodyEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
*evRagdoll | reference to Ragdoll object | The ragdoll that SCP-049 is resurrecting. |
@evTarget | player value | The player that SCP-049 is resurrecting. |
@evPlayer | player value | The SCP-049 player instance. |
$evIsAllowed | bool value | Whether the event is allowed to run. |