Classes:WoodenBarrel
Classes: WoodenBarrel
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Wooden barrel | |||
|---|---|---|---|
| Actor type | Breakable | Game | |
| DoomEd Number | 82 | Class Name | WoodenBarrel |
| Conversation ID | 203 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR WoodenBarrel
{
Health 10
Radius 10
Height 32
+SOLID
+SHOOTABLE
+NOBLOOD
+INCOMBAT
DeathSound "woodenbarrel/death"
States
{
Spawn:
BARW A -1
Stop
Death:
BARW B 2 A_Scream
BARW C 2
BARW D 2 A_NoBlocking
BARW EFG 2
BARW H -1
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.