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