Classes:PileOfGuts
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Pile of guts | |||
|---|---|---|---|
| Actor type | Gore | Game | |
| DoomEd Number | None | Class Name | PileOfGuts |
| Conversation ID | 237 | Puzzle Item ID | N/A |
Classes: PileOfGuts
A large blood pool with guts. This actor has no DoomEdNum because Strife gave it the same as the Aztec pillar. Since the pillar came first in the mobjinfo list, you could not spawn this in a map.
DECORATE definition
ACTOR PileOfGuts
{
Game Strife
ConversationID 237, -1, -1
States
{
Spawn:
DEAD A -1
Stop
}
}