Classes:DeadGuard
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Dead Guard | |||
|---|---|---|---|
| Actor type | Gore | Game | |
| DoomEd Number | 81 | Class Name | DeadGuard |
Classes: Actor → DeadGuard
→DeadGreenGuard
Overview
A dead Guard. Can block push walls from opening.
DECORATE Definition
actor DeadGuard 81
{
+ISMONSTER // Blocks pushwalls
states
{
Spawn:
GARD N -1
stop
}
}