Classes:Column
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Light column | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 2028 | Class Name | Column |
Classes: Column
An illuminated bollard, metallic with a yellow lamp.
DECORATE definition
ACTOR Column 2028
{
Game Doom
Radius 16
Height 48
+SOLID
States
{
Spawn:
COLU A -1 bright
Stop
}
}