Classes:KeyHorn
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:
|
| Horn key | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | 8038 | Class Name | KeyHorn |
| Spawn ID | 93 | Identifier | T_HORNKEY |
Classes: Inventory→Key→HexenKey→KeyHorn
Horn key.
DECORATE definition
ACTOR KeyHorn : HexenKey { Inventory.Icon KEYSLOT9 Inventory.PickupMessage "$TXT_KEY_HORN" // "HORN KEY" States { Spawn: KEY9 A -1 Stop } }