Difference between revisions of "Classes:WhitePillar"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = White Pillar | class = WhitePillar | doomednum = 40 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>WhitePillar</u><br> &r...") |
m (→DECORATE Definition: Format) |
||
Line 14: | Line 14: | ||
actor <u>WhitePillar</u> 40 | actor <u>WhitePillar</u> 40 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:17, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
White Pillar | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 40 | Class Name | WhitePillar |
Classes: Actor → WhitePillar
→CrackedPillar
Overview
A white column.
DECORATE Definition
actor WhitePillar 40 { Radius 32 +SOLID states { Spawn: COLU A -1 stop } }