ConsumedCorpse
Gets called when SCP-049-2 consumed a corpse.
Start a script section
!-- OnEvent ConsumedCorpse
-- require @evPlayer *evRagdoll
# Add your instructions here
- Group: Scp0492Events
- Cancellable: No
- Event data:
Scp0492ConsumedCorpseEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player that invoked the event. |
*evRagdoll | reference to Ragdoll object | Gets the ragdoll that is related to the event. |