Classes:OracleKey
Jump to navigation
Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Oracle key | |||
---|---|---|---|
Actor type | Key | Game | (Strife) |
DoomEd Number | 61 | Class Name | OracleKey |
Conversation ID | 145, 141, 144 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→OracleKey
DECORATE definition
ACTOR OracleKey : StrifeKey { Inventory.Icon "I_ORAC" Tag "$TAG_ORACLEKEY" // "Oracle Key" Inventory.PickupMessage "$TXT_ORACLEKEY" // "You picked up the Oracle Key." States { Spawn: ORAC A -1 Stop } }