mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
oops lol
This commit is contained in:
parent
64ecb325b8
commit
0b5040664e
@ -770,6 +770,16 @@ onBotSpawned()
|
|||||||
{
|
{
|
||||||
self waittill("bot_spawned");
|
self waittill("bot_spawned");
|
||||||
|
|
||||||
|
self thread start_bot_threads();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
start_bot_threads()
|
||||||
|
{
|
||||||
|
self endon("disconnect");
|
||||||
|
level endon("game_ended");
|
||||||
|
self endon("death");
|
||||||
|
|
||||||
while(level.inPrematchPeriod)
|
while(level.inPrematchPeriod)
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
|
|
||||||
@ -793,7 +803,6 @@ onBotSpawned()
|
|||||||
|
|
||||||
self thread bot_hq();
|
self thread bot_hq();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Bot logic for bot determining to camp.
|
Bot logic for bot determining to camp.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user