Difference between revisions of "Classes:CallApogee"
From ECWolf Wiki
(Created page with "{{Actor| | type = Decoration | name = Call Apogee (Aardwolf) | class = CallApogee | doomednum = 73 | game = Wolf3D }}Classes: {{Class|Actor}} → <u>CallApogee</u><br> ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
== Overview == | == Overview == | ||
− | Secret sign that was part of a contest from Apogee. The presence of level editors called the contest off and the sprite was eventually replaced with a pile of gibs (although | + | Secret sign that was part of a contest from Apogee. The presence of level editors called the contest off and the sprite was eventually replaced with a {{Class|Bones3|pile of gibs}} (although thicker in appearance from that actor). The decoration is commonly used to get a new solid decoration in mods. |
== DECORATE Definition == | == DECORATE Definition == | ||
actor <u>CallApogee</u> 73 | actor <u>CallApogee</u> 73 | ||
{ | { | ||
− | {{property| | + | {{property|Radius}} 32 |
+{{flag|SOLID}} | +{{flag|SOLID}} | ||
states | states |
Latest revision as of 14:29, 20 February 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Call Apogee (Aardwolf) | |||
---|---|---|---|
Actor type | Decoration | Game | |
DoomEd Number | 73 | Class Name | CallApogee |
Overview
Secret sign that was part of a contest from Apogee. The presence of level editors called the contest off and the sprite was eventually replaced with a pile of gibs (although thicker in appearance from that actor). The decoration is commonly used to get a new solid decoration in mods.
DECORATE Definition
actor CallApogee 73 { Radius 32 +SOLID states { Spawn: AARD A -1 stop } }