Classes:MilitaryID
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Military ID | |||
|---|---|---|---|
| Actor type | Key | Game | |
| DoomEd Number | None | Class Name | MilitaryID |
| Conversation ID | 146, 142, 145 | Puzzle Item ID | N/A |
Classes: Inventory→Key→StrifeKey→MilitaryID
DECORATE definition
ACTOR MilitaryID : StrifeKey { Game Strife ConversationID 146, 142, 145 Inventory.Icon "I_GYID" Tag "Military ID" Inventory.PickupMessage "$TXT_MILITARYID" // "You picked up the Military ID." States { Spawn: GYID A -1 Stop } }