Classes:OrderKey
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:
|
Order key | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | 86 | Class Name | OrderKey |
Conversation ID | 147, 143, 146 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→OrderKey
DECORATE definition
ACTOR OrderKey : StrifeKey { Inventory.Icon "I_FUBR" Tag "$TAG_ORDERKEY" // "Order Key" Inventory.PickupMessage "$TXT_ORDERKEY" // "You picked up the Order Key." States { Spawn: FUBR A -1 Stop } }