Classes:SeveredHand
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:
|
Severed hand | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | 91 | Class Name | SeveredHand |
Conversation ID | 138, 134, 137 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→SeveredHand
DECORATE definition
ACTOR SeveredHand : StrifeKey { Inventory.Icon "I_HAND" Tag "$TAG_SEVEREDHAND" // "Severed Hand" Inventory.GiveQuest 12 Inventory.PickupMessage "$TXT_SEVEREDHAND" // "You picked up the Severed Hand." States { Spawn: HAND A -1 Stop } }