Classes:Pistol
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Pistol | |||
|---|---|---|---|
| Actor type | Weapon | Game | |
| DoomEd Number | None | Class Name | Pistol |
Classes: Actor → Inventory → Weapon → WolfWeapon → Pistol
→BluePistol
Overview
German standard issue pistol. Starting weapon in the game.
DECORATE Definition
actor Pistol : WolfWeapon { inventory.icon "PISTOL" weapon.selectionorder 1900 AttackSound "weapon/pistol/attack" +WEAPON.NOAUTOFIRE states { Ready: PISG A 1 A_WeaponReady loop Fire: PISG B 3 PISG C 3 bright PISG D 3 A_GunAttack PISG E 3 goto Ready } }