Classes:ZWallTorch
		
		
		
		Jump to navigation
		Jump to search
		
| Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why: 
 | 
| Wall torch | |||
|---|---|---|---|
| Actor type | Interactive object | Game |  (Hexen) | 
| DoomEd Number | 54 | Class Name | ZWallTorch | 
Classes: SwitchableDecoration→ZWallTorch
 →ZWallTorchUnlit
This actor needs a description.
DECORATE definition
ACTOR ZWallTorch : SwitchableDecoration { +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 } }