Classes:BaseKey
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Base key | |||
---|---|---|---|
Actor type | Key | Game | ![]() |
DoomEd Number | 230 | Class Name | BaseKey |
Conversation ID | 133, 129, 132 | Puzzle Item ID | N/A |
DECORATE definition
ACTOR BaseKey : StrifeKey { Inventory.Icon "I_FUSL" Tag "$TAG_BASEKEY" // "Base Key" Inventory.PickupMessage "$TXT_BASEKEY" // "You picked up the Base Key." States { Spawn: FUSL 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.