Difference between revisions of "Classes:GreenBarrel"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Green Barrel | class = GreenBarrel | doomednum = 34 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>GreenBarrel</u><br> &r...") |
|||
Line 14: | Line 14: | ||
actor <u>GreenBarrel</u> 34 | actor <u>GreenBarrel</u> 34 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:27, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Green Barrel | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 34 | Class Name | GreenBarrel |
Classes: Actor → GreenBarrel
→HorizontalGreenBarrel
Overview
Am upright green metal drum.
DECORATE Definition
actor GreenBarrel 34 { Radius 32 +SOLID states { Spawn: DRUM A -1 stop } }