//// grenade_throwing_bots-l4d2.sp
//
// C:\Users\SombiMan\Downloads\grenade_throwing_ bots-l4d2.sp(194) : error 047: array sizes do not match, or destination array is too small
//
// 1 Error.
//
// Compilation Time: 1.28 sec
// ----------------------------------------
I fixed this error by adding a "[0]" to "bChill" at line 194. I'm not sure what that did but it no longer shows an error during compiling. I have almost 0 experience in programming. I'm using Edison's version. I don't know how to solve the bug where the bots lifts a throwable but doesn't throw it, but I would like to solve this too. This is my first time posting in this site so please tell me if I've done anything wrong.
Edit:
So I investigated the difference between doroemon's version and Edison's. The only difference I could find was that "buttons |=" in Edison's version was replaced by "buttons &=" in doroemon's version at line 322. Not sure what the importance of this is.