Difference between revisions of "Classes:BluePistol"
From ECWolf Wiki
Line 21: | Line 21: | ||
Fire: | Fire: | ||
BPSG B 3 | BPSG B 3 | ||
− | BPSG C 3 bright [[A_GunAttack]] | + | BPSG C 3 bright |
− | BPSG | + | BPSG D 3 [[A_GunAttack]] |
+ | BPSG E 3 | ||
goto Ready | goto Ready | ||
} | } | ||
} | } |
Latest revision as of 06:03, 24 December 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Blue Pistol | |||
---|---|---|---|
Actor type | Weapon | Game | |
DoomEd Number | None | Class Name | BluePistol |
Classes: Actor → Inventory → Weapon → WolfWeapon → Pistol → BluePistol
Overview
Replacement pistol for the Spear of Destiny mission packs.
DECORATE Definition
actor BluePistol : Pistol { AttackSound "weapon/bluepistol/attack" weapon.selectionorder 1890 states { Ready: BPSG A 1 A_WeaponReady loop Fire: BPSG B 3 BPSG C 3 bright BPSG D 3 A_GunAttack BPSG E 3 goto Ready } }