Classes:ClipBox

From ZDoom Wiki

Jump to: navigation, search
Clip box
Actor type Ammo Game
DoomEd Number 2048 Class Name ClipBox
Spawn ID 139 Identifier T_AMMOBOX

Classes: InventoryAmmoClipClipBox

A box of bullets give five times the amount of bullets a clip does.

DECORATE definition

actor ClipBox : Clip 2048
{
  Game Doom
  SpawnID 139
  Inventory.PickupMessage "$GOTCLIPBOX" // "Picked up a box of bullets."
  Inventory.Amount 50
  States
  {
  Spawn:
    AMMO A -1
    Stop
  }
}
Personal tools