-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Regarding
Line 2194 in 9843844
| 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels