Classes:SeveredHand
Classes: Inventory→Key→StrifeKey→SeveredHand
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Severed hand | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | 91 | Class Name | SeveredHand |
Conversation ID | 138, 134, 137 | Puzzle Item ID | N/A |
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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.