Classes:CageLight
Classes: CageLight
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Cage light | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 28 | Class Name | CageLight |
| Conversation ID | 244 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR CageLight 28
{
Height 3
+NOBLOCKMAP
+SPAWNCEILING
+NOGRAVITY
States
{
Spawn:
CAGE A -1 // No, it's not bright even though it's a light.
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.