B_think.c

This module contains the bot 'pre' and 'post' think functions. In these functions the regular code before and after the AI is executed. The AI is called between the 'pre' and 'post' think.
 

Uses:

b_aitree.c
 

Exports:
 

// Bot thinking. Calls bot 'pre' and 'post' think.
// The AI is called when the skill of the bot is
// higher than the given 'sk'.
//
// Parameter:            sk : mininum bot skill
// Returns:              -
//

void (float sk) BotThink;