mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 14:11:49 +00:00
added knife lunge
This commit is contained in:
@ -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 )
|
||||
@ -46,3 +47,8 @@ do_botmovement( forward, right )
|
||||
{
|
||||
self BotMovement( forward, right );
|
||||
}
|
||||
|
||||
do_botmeleeparams( yaw, dist )
|
||||
{
|
||||
self BotMeleeParams( yaw, dist );
|
||||
}
|
Reference in New Issue
Block a user