Classes:RocketBox
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:
|
| Rocket box | |||
|---|---|---|---|
| Actor type | Ammo | Game | |
| DoomEd Number | 2046 | Class Name | RocketBox |
| Spawn ID | 141 | Identifier | T_ROCKETBOX |
Classes: Inventory→Ammo→RocketAmmo→RocketBox
A box containing five rockets.
DECORATE definition
ACTOR RocketBox : RocketAmmo { Inventory.PickupMessage "$GOTROCKBOX" // "Picked up a box of rockets." Inventory.Amount 5 States { Spawn: BROK A -1 Stop } }