Classes:BlueCrystalKey
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Blue crystal key | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | 193 | Class Name | BlueCrystalKey |
Conversation ID | 151, 147, 150 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→BlueCrystalKey
DECORATE definition
ACTOR BlueCrystalKey : StrifeKey { Inventory.Icon "I_BCRY" Tag "$TAG_BLUECRYSTALKEY" // "Blue Crystal Key" Inventory.PickupMessage "$TXT_BLUECRYSTAL" // "You picked up the Blue Crystal Key." States { Spawn: BCRY A -1 Bright Stop } }