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