mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
Change
This commit is contained in:
parent
71ea355095
commit
4f374c60e7
@ -1739,7 +1739,7 @@ movetowards(goal)
|
|||||||
{
|
{
|
||||||
self botMoveTo(goal);
|
self botMoveTo(goal);
|
||||||
|
|
||||||
if(time > 2.5)
|
if(time > 3)
|
||||||
{
|
{
|
||||||
time = 0;
|
time = 0;
|
||||||
if(distanceSquared(self.origin, lastOri) < 128)
|
if(distanceSquared(self.origin, lastOri) < 128)
|
||||||
@ -1758,8 +1758,6 @@ movetowards(goal)
|
|||||||
}
|
}
|
||||||
else if(timeslow > 1.5)
|
else if(timeslow > 1.5)
|
||||||
{
|
{
|
||||||
self stand();
|
|
||||||
wait 1;
|
|
||||||
self thread jump();
|
self thread jump();
|
||||||
}
|
}
|
||||||
else if(timeslow > 0.75)
|
else if(timeslow > 0.75)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user