JezuzLizard ae7cfb991a Add missing return values to check_complete functions.
Fix mistakes in scripts. Create bot objective glob and add objectives on map to the glob. Don't create 3 separate threads for bot think.
2023-03-27 21:38:25 -07:00

439 lines
4.6 KiB
Plaintext

bot_aimatsinglenormalzombie()
{
}
bot_aimatsinglenormalzombie_process_order()
{
return 0;
}
bot_should_aimatsinglenormalzombie()
{
return false;
}
bot_check_complete_aimatsinglenormalzombie()
{
return false;
}
bot_set_complete_aimatsinglenormalzombie()
{
}
bot_aimatsinglenormalzombie_on_completion()
{
}
bot_aimatsinglenormalzombie_should_cancel()
{
return false;
}
bot_aimatsinglenormalzombie_on_cancel()
{
}
bot_aimatsinglenormalzombie_should_postpone()
{
return false;
}
bot_aimatsinglenormalzombie_on_postpone()
{
}
bot_aimatsinglenormalzombie_priority()
{
return 0;
}
bot_shootsinglenormalzombie()
{
}
bot_shootsinglenormalzombie_process_order()
{
return 0;
}
bot_should_shootsinglenormalzombie()
{
return false;
}
bot_check_complete_shootsinglenormalzombie()
{
return false;
}
bot_set_complete_shootsinglenormalzombie()
{
}
bot_shootsinglenormalzombie_on_completion()
{
}
bot_shootsinglenormalzombie_should_cancel()
{
return false;
}
bot_shootsinglenormalzombie_on_cancel()
{
}
bot_shootsinglenormalzombie_should_postpone()
{
return false;
}
bot_shootsinglenormalzombie_on_postpone()
{
}
bot_shootsinglenormalzombie_priority()
{
return 0;
}
bot_aimatmultiplenormalzombies()
{
}
bot_aimatmultiplenormalzombies_process_order()
{
return 0;
}
bot_should_aimatmultiplenormalzombies()
{
return false;
}
bot_check_complete_aimatmultiplenormalzombies()
{
return false;
}
bot_set_complete_aimatmultiplenormalzombies()
{
}
bot_aimatmultiplenormalzombies_on_completion()
{
}
bot_aimatmultiplenormalzombies_should_cancel()
{
return false;
}
bot_aimatmultiplenormalzombies_on_cancel()
{
}
bot_aimatmultiplenormalzombies_should_postpone()
{
return false;
}
bot_aimatmultiplenormalzombies_on_postpone()
{
}
bot_aimatmultiplenormalzombies_priority()
{
return false;
}
bot_shootmultiplenormalzombies()
{
}
bot_shootmultiplenormalzombies_process_order()
{
return 0;
}
bot_should_shootmultiplenormalzombies()
{
return false;
}
bot_check_complete_shootmultiplenormalzombies()
{
return false;
}
bot_set_complete_shootmultiplenormalzombies()
{
}
bot_shootmultiplenormalzombie_on_completion()
{
}
bot_shootmultiplenormalzombie_should_cancel()
{
return false;
}
bot_shootmultiplenormalzombie_on_cancel()
{
}
bot_shootmultiplenormalzombie_should_postpone()
{
return false;
}
bot_shootmultiplenormalzombie_on_postpone()
{
}
bot_shootmultiplenormalzombie_priority()
{
return 0;
}
bot_meleesinglenormalzombie()
{
}
bot_meleesinglenormalzombie_process_order()
{
return 0;
}
bot_should_meleesinglenormalzombie()
{
}
bot_check_complete_meleesinglenormalzombie()
{
return false;
}
bot_set_complete_meleesinglenormalzombie()
{
}
bot_meleesinglenormalzombie_on_completion()
{
}
bot_meleesinglenormalzombie_should_cancel()
{
return false;
}
bot_meleesinglenormalzombie_on_cancel()
{
}
bot_meleesinglenormalzombie_should_postpone()
{
return false;
}
bot_meleesinglenormalzombie_on_postpone()
{
}
bot_meleesinglenormalzombie_priority()
{
return 0;
}
bot_shootsingledogzombie()
{
}
bot_shootsingledogzombie_process_order()
{
return 0;
}
bot_should_shootsingledogzombie()
{
return false;
}
bot_check_complete_shootsingledogzombie()
{
return false;
}
bot_set_complete_shootsingledogzombie()
{
}
bot_shootsingledogzombie_on_completion()
{
}
bot_shootsingledogzombie_should_cancel()
{
return false;
}
bot_shootsingledogzombie_on_cancel()
{
}
bot_shootsingledogzombie_should_postpone()
{
return false;
}
bot_shootsingledogzombie_on_postpone()
{
}
bot_shootsingledogzombie_priority()
{
return 0;
}
bot_shootmultipledogzombies()
{
}
bot_shootmultipledogzombies_process_order()
{
return 0;
}
bot_should_shootmultipledogzombies()
{
return false;
}
bot_check_complete_shootmultipledogzombies()
{
return false;
}
bot_set_complete_shootmultipledogzombies()
{
}
bot_shootmultipledogzombies_on_completion()
{
}
bot_shootmultipledogzombies_should_cancel()
{
return false;
}
bot_shootmultipledogzombies_on_cancel()
{
}
bot_shootmultipledogzombies_should_postpone()
{
return false;
}
bot_shootmultipledogzombies_on_postpone()
{
}
bot_shootmultipledogzombies_priority()
{
return 0;
}
bot_meleesingledogzombie()
{
}
bot_meleesingledogzombie_process_order()
{
return 0;
}
bot_should_meleesingledogzombie()
{
return false;
}
bot_check_complete_meleesingledogzombie()
{
return false;
}
bot_set_complete_meleesingledogzombie()
{
}
bot_meleesingledogzombie_on_completion()
{
}
bot_meleesingledogzombie_should_cancel()
{
return false;
}
bot_meleesingledogzombie_on_cancel()
{
}
bot_meleesingledogzombie_should_postpone()
{
return false;
}
bot_meleesingledogzombie_on_postpone()
{
}
bot_meleesingledogzombie_priority()
{
return 0;
}