mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-02-20 23:23:35 +00:00
AIEnhancedScoutLocation implementation; getRandomPosition; AIEnhancedDefendLocation
This commit is contained in:
parent
a7f2fd1219
commit
b9d248abfb
3 changed files with 219 additions and 61 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue