Classes:KeyDungeon
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:
|
| Dungeon key | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 8035 | Class Name | KeyDungeon |
| Spawn ID | 90 | Identifier | T_MACEKEY |
Classes: Inventory→Key→HexenKey→KeyDungeon
Mace key, also called dungeon key.
DECORATE definition
ACTOR KeyDungeon : HexenKey { Inventory.Icon KEYSLOT6 Inventory.PickupMessage "$TXT_KEY_DUNGEON" // "DUNGEON KEY" States { Spawn: KEY6 A -1 Stop } }