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