View Single Post
Louiz
Junior Member
Join Date: Jun 2018
Old 01-30-2019 , 11:07   Re: [L4D/L4D2] Grenade Throwing Bots
Reply With Quote #88

Quote:
Originally Posted by Upsilon View Post
Well, i encountered with bug, when bot switching to a grenade then screaming something like "GRENADE!!!" and holding it for a while, but did not actually throwing it.

Then i just replaced
Code:
buttons |= IN_ATTACK;
with
Code:
buttons &= IN_ATTACK;
Now bots actually throws their grenades.
How do you do something like that?
AKA, change the code?
Louiz is offline