7760 {
7761#ifdef DIAG_DEVELOPER
7762 if (m_Bot && action_id >
EActions.PLAYER_BOT_INTERNAL_START && action_id <
EActions.PLAYER_BOT_END)
7763 {
7764 m_Bot.StartAction(action_id);
7765 return true;
7766 }
7767#endif
7768
7769 return super.OnAction(action_id, player, ctx);
7770 }