mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 22:35:43 +00:00
ok
This commit is contained in:
parent
7985dfe38c
commit
78e347d4be
@ -1554,6 +1554,9 @@ bot_use_tube_think()
|
|||||||
if (self IsUsingRemote())
|
if (self IsUsingRemote())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (self InLastStand() && !self InFinalStand())
|
||||||
|
continue;
|
||||||
|
|
||||||
tubeWps = [];
|
tubeWps = [];
|
||||||
for (i = 0; i < level.waypointsTube.size; i++)
|
for (i = 0; i < level.waypointsTube.size; i++)
|
||||||
{
|
{
|
||||||
@ -1598,9 +1601,6 @@ bot_use_tube_think()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self InLastStand() && !self InFinalStand())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
self SetScriptAimPos(loc);
|
self SetScriptAimPos(loc);
|
||||||
self BotStopMoving(true);
|
self BotStopMoving(true);
|
||||||
wait 1;
|
wait 1;
|
||||||
@ -1867,6 +1867,9 @@ bot_jav_loc_think()
|
|||||||
if (self IsUsingRemote())
|
if (self IsUsingRemote())
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (self InLastStand() && !self InFinalStand())
|
||||||
|
continue;
|
||||||
|
|
||||||
javWps = [];
|
javWps = [];
|
||||||
for (i = 0; i < level.waypointsJav.size; i++)
|
for (i = 0; i < level.waypointsJav.size; i++)
|
||||||
{
|
{
|
||||||
@ -1909,9 +1912,6 @@ bot_jav_loc_think()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (self InLastStand() && !self InFinalStand())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
self SetBotJavelinLocation(loc);
|
self SetBotJavelinLocation(loc);
|
||||||
self notify("bot_force_check_switch");
|
self notify("bot_force_check_switch");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user