Added weapon sswitch anim cancel, and init weapon switch on spawn

This commit is contained in:
INeedBots
2021-03-24 02:34:10 -06:00
parent bc888f95cf
commit 66a66212ca
2 changed files with 29 additions and 8 deletions

View File

@ -55,6 +55,7 @@ added()
self.pers["bots"]["behavior"]["jump"] = 100; // percentage of how often the bot will jumpshot and dropshot
self.pers["bots"]["behavior"]["quickscope"] = false; // is a quickscoper
self.pers["bots"]["behavior"]["initswitch"] = 10; // percentage of how often the bot will switch weapons on spawn
self.pers["bots"]["unlocks"] = [];
}