mirror of
https://github.com/Ragora/T2-DXAI.git
synced 2026-07-15 15:04:36 +00:00
Re-enable flag running code
This commit is contained in:
parent
ec3b86cdf6
commit
5afe51ec0d
1 changed files with 4 additions and 4 deletions
|
|
@ -380,10 +380,10 @@ function AIEnhancedFlagCaptureTask::monitor(%task, %client)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
%client.isMovingToTarget = true;
|
%client.isMovingToTarget = true;
|
||||||
// if (%client.targetCaptureFlag.getObjectMount() != %client.player)
|
if (%client.targetCaptureFlag.getObjectMount() != %client.player)
|
||||||
// %client.setMoveTarget(%client.targetCaptureFlag.getPosition());
|
%client.setMoveTarget(%client.targetCaptureFlag.getPosition());
|
||||||
//// else
|
else
|
||||||
%client.setMoveTarget(nameToID("Team" @ %client.team @ "Flag1").getPosition());
|
%client.setMoveTarget(nameToID("Team" @ %client.team @ "Flag1").getPosition());
|
||||||
}
|
}
|
||||||
//------------------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue