Classes:ZTwinedTorch

From ZDoom Wiki

Jump to: navigation, search
Twined torch
Actor type Interactive object Game
DoomEd Number 116 Class Name ZTwinedTorch

Classes: SwitchableDecorationZTwinedTorch

 →ZTwinedTorchUnlit
This actor needs a description.

DECORATE definition

ACTOR ZTwinedTorch : SwitchableDecoration 116
{
  Game Hexen
  Radius 10
  Height 64
  +SOLID
  States
  {
  Active:
    TWTR A 0 Bright A_PlaySound("Ignite")
  Spawn:
    TWTR ABCDEFGH 4 Bright
    Loop
  Inactive:
    TWTR I -1
    Stop
  }
}
Personal tools