Classes:GatlingGunUpgrade
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Gatling Gun Upgrade | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | 61 | Class Name | GatlingGunUpgrade |
Classes: Actor → Inventory → Weapon → WeaponGiver → GatlingGunUpgrade
→BlueGatlingGunUpgrade
Overview
Pickup for the GatlingGun. Will also give the machine gun if the player does not have one already.
DECORATE Definition
actor GatlingGunUpgrade : WeaponGiver 61 { inventory.pickupsound "weapon/gatling/pickup" weapon.ammogive1 6 DropItem "GatlingGun" DropItem "MachineGun" +INVENTORY.ALWAYSPICKUP states { Spawn: CGUN A -1 stop } }