Classes:PrisonKey
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Prison key | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | None | Class Name | PrisonKey |
Conversation ID | 137, 133, 136 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR PrisonKey : StrifeKey { Inventory.Icon "I_PRIS" Tag "$TAG_PRISONKEY" // "Prison Key" Inventory.GiveQuest 11 Inventory.PickupMessage "$TXT_PRISONKEY" // "You picked up the Prison Key." States { Spawn: PRIS 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.