Difference between revisions of "Classes:GreenPlant"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Green Plant | class = GreenPlant | doomednum = 41 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>GreenPlant</u><br> &rarr...") |
|||
Line 14: | Line 14: | ||
actor <u>GreenPlant</u> 41 | actor <u>GreenPlant</u> 41 | ||
{ | { | ||
− | {{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 Plant | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 41 | Class Name | GreenPlant |
Classes: Actor → GreenPlant
→GreenPlant2
Overview
A decorative green plant.
DECORATE Definition
actor GreenPlant 41 { Radius 32 +SOLID states { Spawn: PLNT A -1 stop } }