add melee lunge

This commit is contained in:
ineed bots
2023-12-13 19:18:14 -06:00
parent 5df8f4fcc6
commit 7d3bef6309
4 changed files with 113 additions and 28 deletions

View File

@ -14,6 +14,7 @@ init()
level.bot_builtins["botaimoverride"] = ::do_botaimoverride;
level.bot_builtins["botclearaimoverride"] = ::do_botclearaimoverride;
level.bot_builtins["botmeleeparams"] = ::do_botmeleeparams;
level.bot_builtins["clearbotmeleeparams"] = ::do_clearbotmeleeparams;
}
do_printconsole( s )
@ -85,3 +86,8 @@ do_botmeleeparams( yaw, dist )
{
// self botMeleeParams( yaw, dist );
}
do_clearbotmeleeparams()
{
// self botClearMeleeParams();
}