Classes:MachineGun
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Machine Gun | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | 60 | Class Name | MachineGun |
Classes: Actor → Inventory → Weapon → WolfWeapon → MachineGun
→BlueAK47
Overview
Automatic rifle in Wolfenstein 3D.
DECORATE Definition
actor MachineGun : WolfWeapon 60 { AttackSound "weapon/machine/attack" inventory.icon "MACHGUN" inventory.pickupsound "weapon/machine/pickup" weapon.selectionorder 1300 +INVENTORY.ALWAYSPICKUP states { Spawn: MGUN A -1 stop Ready: MCHG A 1 A_WeaponReady loop Fire: MCHG B 3 Hold: MCHG C 3 bright A_GunAttack MCHG D 3 MCHG E 3 A_ReFire goto Ready } }