hopefully stops knifing as zm just

This commit is contained in:
jenz 2023-01-30 13:12:48 +01:00
parent 29d3aa5c26
commit 5694f12143

View File

@ -43,9 +43,8 @@ def bot_process_movement(input_line):
enemy_distance = float(enemy_distance)
targeteam = int(targeteam)
#request by bane that bots should simply not infect people shrug
if targeteam == 2:
strInput = "-attack; wait 2; -use; wait 5; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
else:
strInput = "-attack; wait 2; -use; wait 5; -attack; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
if targetteam == 3:
strInput = "-attack; wait 2; -use; wait 5; +attack; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
#python has no switches and such
if state in [5, 7]: