BOTINFO: Difference between revisions
no edit summary
DrinkyBird (talk | contribs) (Created page with "'''BOTINFO''' is a lump used to define bots in ''Zandronum''. Bots are defined between closing and opening braces, like so: <pre> { Properties... } </pre> === Properties...") |
No edit summary |
||
Line 13: | Line 13: | ||
:The name of your bot. Can be used with print color codes. | :The name of your bot. Can be used with print color codes. | ||
*'''script''' | *'''script''' | ||
:The bot script to use with the bot. Bot scripts give bots certain properties, such as making them slower or taunt more often. | :The bot script to use with the bot. Bot scripts give bots certain properties, such as making them slower or taunt more often. Allowed values for Zandronum 3.0: [[CRASHBOT]], [[DFULTBOT]], [[FATBOT]], [[HUMANBOT]], [[SAUSGBOT]] | ||
*'''chatfile''' | *'''chatfile''' | ||
:The path and filename to the Bot's chat file usually in \bots\chatfiles\. Long filenames may cause a crash. | :The path and filename to the Bot's chat file usually in \bots\chatfiles\. Long filenames may cause a crash. |