Classes:BlueTorch
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Blue torch | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 44 | Class Name | BlueTorch |
Classes: BlueTorch
This is a tall standing torch which is burning with a blue flame.
DECORATE definition
ACTOR BlueTorch 44
{
Game Doom
Radius 16
Height 68
+SOLID
States
{
Spawn:
TBLU ABCD 4 bright
Loop
}
}