Classes:ZFireBull

From ZDoom Wiki

Jump to: navigation, search
Minotaur brazier
Actor type Interactive object Game
DoomEd Number 8042 Class Name ZFireBull

Classes: SwitchableDecorationZFireBull

 →ZFireBullUnlit
This actor needs a description.

DECORATE definition

ACTOR ZFireBull : SwitchableDecoration 8042
{
  Game Hexen
  Radius 20
  Height 80
  +SOLID
  States
  {
  Active:
    FBUL I 4 Bright A_PlaySound("Ignite")
    FBUL J 4 Bright
  Spawn:
    FBUL ABCDEFG 4 Bright
    Loop
  Inactive:
    FBUL JI 4 Bright
    FBUL H -1
    Stop
  }
}
Personal tools