mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-02-24 09:03:36 +00:00
CyclicSet; commander task distribution; fixed AIScoutLocation
This commit is contained in:
parent
088d7fee8e
commit
92007e9bc7
7 changed files with 218 additions and 37 deletions
|
|
@ -22,7 +22,7 @@ function AIConnection::initialize(%this, %aiClient)
|
|||
|
||||
function AIConnection::update(%this)
|
||||
{
|
||||
if (isObject(%this.player) && %this.player.getMoveState() $= "walk")
|
||||
if (isObject(%this.player) && %this.player.getState() $= "Move")
|
||||
{
|
||||
%this.updateLegs();
|
||||
%this.updateVisualAcuity();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue