Idle Weapon Sounds
Posted: Fri Oct 22, 2021 5:10 pm
Is there a way to add sounds to a Idle Weapon Pickup ?
No, I'm not talking about When Pickup sounds.
No, I'm not talking about When Pickup sounds.
Code: Select all
Spawn:
CSAW A -1 NoDelay A_StartSound("weapons/sawidle", CHAN_BODY, CHANF_LOOPING);
Stop;