Difference between revisions of "Classes:BrownColumn"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Brown Column | class = BrownColumn | game = Spear | doomednum = 89 }}Classes: {{Class|Actor}} → <u>BrownColumn</u><br> &ra...") |
|||
Line 14: | Line 14: | ||
actor <u>BrownColumn</u> 89 | actor <u>BrownColumn</u> 89 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:30, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Brown Column | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 89 | Class Name | BrownColumn |
Classes: Actor → BrownColumn
→DevilStatue
Overview
A brown column.
DECORATE Definition
actor BrownColumn 89 { Radius 32 +SOLID states { Spawn: COL2 A -1 stop } }