Difference between revisions of "Classes:CageWithGore"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Cage With Gore | class = CageWithGore | game = Spear | doomednum = 83 }}Classes: {{Class|Actor}} → <u>CageWithGore</u><br>  ...") |
(No difference)
|
Revision as of 19:26, 15 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Cage With Gore | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 83 | Class Name | CageWithGore |
Classes: Actor → CageWithGore
→CageWithGore2
Overview
A bloody cage with a gib under it.
DECORATE Definition
actor CageWithGore 83
{
radius 32
+SOLID
states
{
Spawn:
CAG3 A -1
stop
}
}