Fix multiple script errors.

Bot objective and action improvements.
This commit is contained in:
JezuzLizard
2023-05-02 04:29:34 -07:00
parent 1c835bd77b
commit b9fe21d15f
5 changed files with 301 additions and 46 deletions

View File

@ -20,6 +20,8 @@ init()
if ( getDvar( "killtest_bot_debug" ) == "" )
setDvar( "killtest_bot_debug", 1 );
setDvar( "bots_skill", 7 );
level thread addBot();
level thread setupcallbacks();