Difference between revisions of "Classes:DeadGuard"
From ECWolf Wiki
(Created page with "{{Actor| | type = Gore | name = Dead Guard | class = DeadGuard | game = Wolf3D | doomednum = 81 }}Classes: {{Class|Actor}} → <u>DeadGuard</u><br> →{{Class|...") |
(No difference)
|
Latest revision as of 19:04, 18 February 2013
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
}
}