1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

Bots use airdrops

This commit is contained in:
ineedbots
2021-05-23 21:06:48 -06:00
parent 39aa881f2c
commit b55c2acb6a
2 changed files with 14 additions and 11 deletions

View File

@ -57,6 +57,7 @@ init()
level.waypoints = [];
level.waypointCount = 0;
level.bots_lowmem = false;
level waittill( "connected", player);
player thread onPlayerSpawned();
@ -135,6 +136,9 @@ watchAstarCommand()
{
self waittill("astar");
if (1)
continue;
self iprintln("Start AStar");
self.astar = undefined;
astar = spawnStruct();