Classes:GunTraining
From ZDoom Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Gun training | |||
|---|---|---|---|
| Actor type | Token | Game | |
| DoomEd Number | None | Class Name | GunTraining |
| Conversation ID | 310 | Puzzle Item ID | N/A |
Classes: Inventory→GunTraining
This actor needs a description.
DECORATE definition
ACTOR GunTraining : Inventory { Game Strife ConversationID 310, -1, -1 +FLOORCLIP +INVENTORY.INVBAR +INVENTORY.UNDROPPABLE Inventory.MaxAmount 100 Tag "$TAG_GUNTRAINING" // "Accuracy" Inventory.Icon "I_GUNT" States { Spawn: GUNT A -1 Stop } }