Skip to main content

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

VariableTypeDescription
$evCanResurrectbool valueWhether SCP-049 can resurrect the ragdoll.
*evRagdollreference to Ragdoll objectThe ragdoll that SCP-049 is resurrecting.
@evTargetplayer valueThe owner of the ragdoll that SCP-049 is resurrecting.
@evPlayerplayer valueThe SCP-049 player instance.
$evIsAllowedbool valueWhether the event is allowed to run.