Skip to main content

StartingConsumingCorpse

Gets called when SCP-049-2 is starting to consume a corpse.

Start a script section

!-- OnEvent StartingConsumingCorpse
-- require $evError @evPlayer *evRagdoll $evIsAllowed

# Add your instructions here
  • Group: Scp0492Events
  • Cancellable: Yes
  • Event data: Scp0492StartingConsumingCorpseEventArgs

Injected variables

VariableTypeDescription
$evErrorConsumeError enum valueGets or sets the ConsumeError.
Remarks: Anything other than None will cancel the event.
@evPlayerplayer valueGets the player that invoked the event.
*evRagdollreference to Ragdoll objectGets the ragdoll that is related to the event.
$evIsAllowedbool valueWhether the event is allowed to run.