mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
commit
56bf257976
@ -550,7 +550,7 @@ doBotMovement()
|
|||||||
|
|
||||||
// climb through windows
|
// climb through windows
|
||||||
if (self isMantling())
|
if (self isMantling())
|
||||||
self crouch();
|
self stand();
|
||||||
|
|
||||||
|
|
||||||
startPos = self.origin + (0, 0, 50);
|
startPos = self.origin + (0, 0, 50);
|
||||||
@ -1974,11 +1974,11 @@ movetowards(goal)
|
|||||||
|
|
||||||
lastOri = self.origin;
|
lastOri = self.origin;
|
||||||
}
|
}
|
||||||
else if(timeslow > 1.5)
|
else if(timeslow > 0.75)
|
||||||
{
|
{
|
||||||
self thread doMantle();
|
self thread doMantle();
|
||||||
}
|
}
|
||||||
else if(timeslow > 0.75)
|
else if(timeslow > 1.5)
|
||||||
{
|
{
|
||||||
self crouch();
|
self crouch();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user