\b;Инструкция \c;aim\n;
Синтаксис:
\s;\c;aim ( y, x );\n;

This instruction sets the vertical and the horizontal angle of the cannon. The following robots are equipped with a cannon: 
o  \l;Стрелок\u object\botfr;
o  \l;Орга Стрелок\u object\botor;
o  \l;Фазер Стрелок\u object\botphaz;

When controlling the robot through programming, the gun can be also turned left or right by turning the whole robot with the instruction \c;\l;turn\u cbot\turn;\n;.

\t;y: \c;\l;float\u cbot\float;\n;
Угол оружия относительно робота, в градусах. Положительное значение ориентирует ружье вперед. Для стрелков и орга-стрелков, угол должен быть от \c;-20\n; до \c;+20\n; градусов. Для фазовый стрелок стрелков, угол должен быть в пределах от \c;-20\n; до \c;45\n; градусов.

\t;x: \c;\l;float\u cbot\float;\n; (default value: \c;0\n;)
Angle in degrees of the gun relative to the robot. A positive value orients the gun to the right. The angle must range from \c;-40\n; to \c;+40\n; degrees for all shooters.

\t;Возвращаемое значение: \c;\l;int\u cbot\int;\n;
Ноль если все в порядке. Число отличное от нуля, если вращение выполнить не удалось:
\c;== 0 \n;Оружие получило нужную ориентацию
\c;!= 0 \n;вращение невозможно

\t;См. также
\l;Программирование\u cbot;, \l;типы\u cbot\type; и \l;категории\u cbot\category;.
