Classes:ClipBox
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Clip Box | |||
---|---|---|---|
Actor type | Ammo | Game | |
DoomEd Number | 90 | Class Name | ClipBox |
Classes: Actor → Inventory → Ammo → Clip → ClipBox
→ClipBox2
Overview
Box of 25 bullets.
DECORATE Definition
actor ClipBox : Clip 90 { inventory.pickupsound "misc/ammobox_pickup" inventory.amount 25 states { Spawn: AMMO A -1 stop } }