hopefully stops knifing as zm just
This commit is contained in:
parent
29d3aa5c26
commit
5694f12143
@ -43,9 +43,8 @@ def bot_process_movement(input_line):
|
|||||||
enemy_distance = float(enemy_distance)
|
enemy_distance = float(enemy_distance)
|
||||||
targeteam = int(targeteam)
|
targeteam = int(targeteam)
|
||||||
#request by bane that bots should simply not infect people shrug
|
#request by bane that bots should simply not infect people shrug
|
||||||
if targeteam == 2:
|
strInput = "-attack; wait 2; -use; wait 5; -attack; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
|
||||||
strInput = "-attack; wait 2; -use; wait 5; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
|
if targetteam == 3:
|
||||||
else:
|
|
||||||
strInput = "-attack; wait 2; -use; wait 5; +attack; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
|
strInput = "-attack; wait 2; -use; wait 5; +attack; wait 5; cl_minmodels 1; wait 2; +use; wait 5; "
|
||||||
#python has no switches and such
|
#python has no switches and such
|
||||||
if state in [5, 7]:
|
if state in [5, 7]:
|
||||||
|
Loading…
Reference in New Issue
Block a user