Classes:Unknown
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Unknown | |||
|---|---|---|---|
| Actor type | Internal | Game | |
| DoomEd Number | None | Class Name | Unknown |
Overview
This actor is spawned in place of another in case of a mapping error. Specifically, it will spawn if the editor number is unassigned.
DECORATE Definition
actor Unknown
{
radius 32
states
{
Spawn:
UNKN A -1
stop
}
}