Classes:GoldKey
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Gold Key | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | 40 | Class Name | GoldKey |
Conversation ID | 142, 138, 141 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR GoldKey : StrifeKey { Inventory.Icon "I_KY1G" Tag "$TAG_GOLDKEY" // "Gold Key" Inventory.PickupMessage "$TXT_GOLDKEY" // "You picked up the Gold Key." States { Spawn: KY1G 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.