mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-04-23 15:05:43 +00:00
361 lines
3.8 KiB
Plaintext
361 lines
3.8 KiB
Plaintext
|
|
|
|
bot_aimatsinglenormalzombie()
|
|
{
|
|
|
|
}
|
|
|
|
bot_aimatsinglenormalzombie_process_order()
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
bot_should_aimatsinglenormalzombie()
|
|
{
|
|
return false;
|
|
}
|
|
|
|
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_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_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_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_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_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_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_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;
|
|
} |