Skip to main content

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

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