Difference between revisions of "Classes:BareTable"
From ECWolf Wiki
m |
|||
| Line 8: | Line 8: | ||
→{{Class|MetalTable}}<br> | →{{Class|MetalTable}}<br> | ||
| − | == Overview == | + | ==Overview== |
An empty wooden table without chairs. | An empty wooden table without chairs. | ||
| − | == DECORATE Definition == | + | ==DECORATE Definition== |
actor <u>BareTable</u> 46 | actor <u>BareTable</u> 46 | ||
{ | { | ||
Latest revision as of 14:59, 10 June 2018
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Bare Table | |||
|---|---|---|---|
| Actor type | Decoration | Game | |
| DoomEd Number | 46 | Class Name | BareTable |
Classes: Actor → BareTable
→MetalTable
Overview
An empty wooden table without chairs.
DECORATE Definition
actor BareTable 46
{
Radius 32
+SOLID
states
{
Spawn:
TABL A -1
stop
}
}