1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 07:01:50 +00:00

bot lunge

This commit is contained in:
ineed bots
2023-12-10 05:50:01 -06:00
parent 814cd9609e
commit 9a0db18829
5 changed files with 69 additions and 8 deletions

View File

@ -7,6 +7,7 @@ init()
level.bot_builtins["botaction"] = ::do_botaction;
level.bot_builtins["botstop"] = ::do_botstop;
level.bot_builtins["botmovement"] = ::do_botmovement;
level.bot_builtins["botmeleeparams"] = ::do_botmeleeparams;
}
do_printconsole( s )
@ -45,3 +46,8 @@ do_botmovement( forward, right )
{
self BotMovement( forward, right );
}
do_botmeleeparams( entNum, dist )
{
// self BotMeleeParams( entNum, dist );
}