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
| Variable | Type | Description |
|---|---|---|
$evError | ConsumeError enum value | Gets or sets the ConsumeError. Remarks: Anything other than None will cancel the event. |
@evPlayer | player value | Gets the player that invoked the event. |
*evRagdoll | reference to Ragdoll object | Gets the ragdoll that is related to the event. |
$evIsAllowed | bool value | Whether the event is allowed to run. |