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...") |
(No difference)
|
Revision as of 16:29, 12 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
}
}