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