Jump to content

BOTINFO: Difference between revisions

57 bytes added ,  21 April 2019
no edit summary
(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. (Check _BOTLUMP for the predefined scripts)
: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.
7

edits