Classes:ZWallTorch

From ZDoom Wiki

Jump to: navigation, search
Wall torch
Actor type Interactive object Game
DoomEd Number 54 Class Name ZWallTorch

Classes: SwitchableDecorationZWallTorch

 →ZWallTorchUnlit
This actor needs a description.

DECORATE definition

ACTOR ZWallTorch : SwitchableDecoration 54
{
  Game Hexen
  +NOBLOCKMAP
  +NOGRAVITY
  +FIXMAPTHINGPOS
  Radius 6.5
  States
  {
  Active:
    WLTR A 0 Bright A_PlaySound("Ignite")
  Spawn:
    WLTR ABCDEFGH 5 Bright
    Loop
  Inactive:
    WLTR I -1
    Stop
  }
}
Personal tools