SetMaxNBots Property

Usage:
   Ai.SetMaxNBots number

Argument values:

argument 1:    8

This property is not a part of any defined type of object.

Used in one .con file: ai/Genericinit.con

Example: (from ai/GenericInit.con)
   rem *** General AI setup ***
   Ai.Init 2
   Ai.SetMaxNBots 8
   rem *** Behaviours ***
   run ai/Behaviours.con
   rem *** Maps ***
   run ai/GenericPathFinding.con
   rem *** SAI ***
   Ai.SaiMapXDimension 32
   Ai.SaiMapYDimension 32
   Ai.SaiEnable 0


Go to the Ai properties list page, Ai page, All Properties list, or Main scripting page.