\b;Инструкция \c;build\n;
Инструкция \c;build();\n; дает задание боту построить здание указанной \l;категории\u cbot\category;.

\b;Основное использование
Предложенная программа, ищет ближайшую \l;титановую заготовку\u object\titan;, подходит к ней и осуществляет строительство \l;фабрики ботов\u object\factory;.
\c;
\s; \l;object\u cbot\object; item = \l;radar\u cbot\radar;(\l;Titanium\u object\titan;);
\s; \l;goto\u cbot\goto;(item.position);
\s; build(\l;BotFactory\u object\factory;);
\n;
\b;Для специалистов
Синтаксис:
\s;\c;build ( cat );\n;

Возводит строение из титанового куба расположенного перед \l;строителем\u object\botbr;.

\t;cat: \c;\l;int\u cbot\int;\n;
\l;Категория\u cbot\category; здания.

\t;Возвращаемое значение: \c;\l;int\u cbot\int;\n;
Normally an error stops the program. You can prevent the program from stopping on errors by using the \c;\l;errmode\u cbot\errmode;(0)\n; instruction. A value different from zero if an error occurred is then returned by \c;build()\n;.
\c;== 0 \n;Successfully built
\c;!= 0 \n;Impossible to build (for example, the nearest titanium cube is too far away or the specified building is not available in the mission)

\t;См. также
\c;Инструкции \l;canbuild\u cbot\canbuild;\n;, \c;\l;buildingenabled\u cbot\buildingenabled;\n;.
\l;Программирование\u cbot;, \l;типы\u cbot\type; и \l;категории\u cbot\category;.
