mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-06-25 22:01:55 +00:00
use wrapper
This commit is contained in:
@ -10,6 +10,7 @@ main()
|
||||
level.bot_builtins[ "botmeleeparamsoverride" ] = ::do_botmeleeparamsoverride;
|
||||
level.bot_builtins[ "replacefunc" ] = ::do_replacefunc;
|
||||
level.bot_builtins[ "getfunction" ] = ::do_getfunction;
|
||||
level.bot_builtins[ "disabledetouronce" ] = ::do_disabledetouronce;
|
||||
maps\mp\gametypes\_bot::main();
|
||||
}
|
||||
|
||||
@ -28,6 +29,11 @@ do_printconsole( s )
|
||||
printf( s );
|
||||
}
|
||||
|
||||
do_disabledetouronce( s )
|
||||
{
|
||||
disabledetouronce( s );
|
||||
}
|
||||
|
||||
do_botmovementoverride( a, b )
|
||||
{
|
||||
self botmovementoverride( a, b );
|
||||
|
Reference in New Issue
Block a user