Classes:RocketBox
Classes: Inventory→Ammo→RocketAmmo→RocketBox
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Rocket box | |||
---|---|---|---|
Actor type | Ammo | Game | ![]() |
DoomEd Number | 2046 | Class Name | RocketBox |
Spawn ID | 141 | Identifier | T_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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.