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...") |
(No difference)
|
Revision as of 16:19, 12 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
}
}