mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-06-29 15:51:53 +00:00
lunge
This commit is contained in:
@ -4,6 +4,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;
|
||||
level.bot_builtins["isbot"] = ::do_isbot;
|
||||
level.bot_builtins["generatepath"] = ::do_generatepath;
|
||||
level.bot_builtins["getfunction"] = ::do_getfunction;
|
||||
@ -40,6 +41,11 @@ do_botmovement( left, forward )
|
||||
self BotMovement( left, forward );
|
||||
}
|
||||
|
||||
do_botmeleeparams( yaw, dist )
|
||||
{
|
||||
// self BotMeleeParams( yaw, dist );
|
||||
}
|
||||
|
||||
do_isbot()
|
||||
{
|
||||
return self isBot();
|
||||
|
Reference in New Issue
Block a user