Classes:Volcano
Classes: Volcano
A miniature volcano that spouts gouts of fire.

Several volcanoes in a Doom II setting.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Volcano | |||
---|---|---|---|
Actor type | Hazard | Game | ![]() |
DoomEd Number | 87 | Class Name | Volcano |
Spawn ID | 150 | Identifier | T_VOLCANO |
DECORATE definition
ACTOR Volcano { Radius 12 Height 20 +SOLID action native A_VolcanoSet(); action native A_VolcanoBlast(); States { Spawn: VLCO A 350 VLCO A 35 A_VolcanoSet VLCO BCDBCD 3 VLCO E 10 A_VolcanoBlast Goto Spawn+1 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.