Author Topic: Bot Functions  (Read 814 times)

What are the names of the functions that bot holes use. Example: onBotDeath, onBotFollow
Specificaly the one for the bot death cause I can't figure it out. Thank you!

Spawn a bot
Type /getid while looking at the bot
In console type id.dump();

Look at the cs files in bot_hole

bots generally follow the same conventions as players except use AIPlayer:: as the class type for those functions.