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