Classes:ZBucket
		
		
		
		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: 
 | 
| Old mossy bucket on tattered rope | |||
|---|---|---|---|
| Actor type | Decoration | Game |  (Hexen) | 
| DoomEd Number | 8103 | Class Name | ZBucket | 
Classes: ZBucket
A bucket hanging on a rope, for use in abandoned wells. This bucket and its rope look like they would break if used.
DECORATE definition
ACTOR ZBucket
{
  Radius 8
  Height 72
  +SOLID
  +SPAWNCEILING
  +NOGRAVITY
  States
  {
  Spawn:
    BCKT A -1
    Stop
  }
}