Classes:CallApogee
From ECWolf Wiki
| 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
  }
}

