- Nibbits
- StarCraft 2
- Forums
- Tools
- Green Tea AI
- GT AI Code Wiki
- New Reply
Post Reply
If you were logged in you would gain 3 XP for posting a reply.
You are replying to:
Support Nibbits by linking to us:
If you were logged in you would gain 3 XP for posting a reply.
Support Nibbits by linking to us:
In some commanders ive found this >>>>>>
if (GTOArmy(player) < GTEArmy(player))
{AISetDifficulty(player, c_diffFleeDamage, false); }
else
{AISetDifficulty(player, c_diffFleeDamage, true); }
What does c_diffFleeDamage exactly mean? To remove injured units from battle or what ? So when is AI army smaller than enemy army then AI doesnt remove injured units ?