AIEnhancedScoutLocation implementation; getRandomPosition; AIEnhancedDefendLocation

This commit is contained in:
Robert MacGregor 2015-06-26 13:18:13 -04:00
parent a7f2fd1219
commit b9d248abfb
3 changed files with 219 additions and 61 deletions

View file

@ -303,11 +303,8 @@ package DXAI_Hooks
function DefaultGame::onAIRespawn(%game, %client)
{
// Make sure the bot has no objectives
%client.reset();
%client.defaultTasksAdded = true;
// All bots have this task, see DXAI_Objectives.cs
%client.addTask("AIVisualAcuity");
// %client.reset();
// %client.defaultTasksAdded = true;
return 11595;
}