Classes:Barrel
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:
|
| Wooden barrel | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 44 | Class Name | Barrel |
Classes: Barrel
A wooden barrel from Heretic, slightly more massive-looking than Hexen's own wooden barrel. Unlike the Doom barrel, it cannot be moved and will not explode.
DECORATE definition
ACTOR Barrel
{
Radius 12
Height 32
+SOLID
States
{
Spawn:
BARL A -1
Stop
}
}