Classes:MaulerKey
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:
|
Mauler key | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | 233 | Class Name | MaulerKey |
Conversation ID | 156, 152, 155 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→MaulerKey
DECORATE definition
ACTOR MaulerKey : StrifeKey { Inventory.Icon "I_BLTK" Tag "$TAG_MAULERKEY" // "Mauler Key"; "New Key2" in the Teaser Inventory.PickupMessage "$TXT_MAULERKEY" // "You picked up the Mauler Key." States { Spawn: BLTK A -1 Stop } }