JezuzLizard c23fd0fd2d Add 2 new functions to handle getting and setting action completion.
Move action code to bot_actions_common.gsc and remake how it works.
2023-03-25 23:34:31 -07:00

439 lines
4.5 KiB
Plaintext

bot_aimatsinglenormalzombie()
{
}
bot_aimatsinglenormalzombie_process_order()
{
return 0;
}
bot_should_aimatsinglenormalzombie()
{
return false;
}
bot_check_complete_aimatsinglenormalzombie()
{
}
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()
{
}
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()
{
}
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()
{
}
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()
{
}
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()
{
}
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()
{
}
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()
{
}
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;
}