Difference between revisions of "Classes:Well"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Well | class = Well | doomednum = 69 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>Well</u><br> →{{Class|Well2}}<br...") |
|||
Line 14: | Line 14: | ||
actor <u>Well</u> 69 | actor <u>Well</u> 69 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:18, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Well | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 69 | Class Name | Well |
Overview
A stone well filled with water.
DECORATE Definition
actor Well 69 { Radius 32 +SOLID states { Spawn: WEL1 A -1 stop } }