Regarding
|
case GEARBOX_WEAPON_GRAPPLE: |
Why not try
else if (gBotGlobals.IsMod(MOD_GEARBOX))
{
switch (iWeaponIndex)
{
case GEARBOX_WEAPON_EAGLE:
pBot->UseRPGLaser();
break;
}
}
in the hope that whenever the bot picks up the Deagle it will immediately use laser
Regarding
rcbotold/dlls/bot_client.cpp
Line 2194 in 9843844
Why not try
in the hope that whenever the bot picks up the Deagle it will immediately use laser