This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
At the moment I have. Requirements for probe to be less than 4 . So there can't be more then 4 probes.
Is there a way to set the requirement to only 4 probes, but allow 6 probes if there is a forge built?
@AMtrane
In the requirement, in the "Use" field, it should be like this:
OR LessThanOrEqualTo CountUnit(Probe,QueuedOrBetter) 4 AND CountUnit(Forge,CompleteOnly) LessThanOrEqualTo CountUnit(Probe,QueuedOrBetter) 6
At the moment I have. Requirements for probe to be less than 4 . So there can't be more then 4 probes.
Is there a way to set the requirement to only 4 probes, but allow 6 probes if there is a forge built?
@AMtrane
In the requirement, in the "Use" field, it should be like this:
OR
LessThanOrEqualTo
CountUnit(Probe,QueuedOrBetter)
4
AND
CountUnit(Forge,CompleteOnly)
LessThanOrEqualTo
CountUnit(Probe,QueuedOrBetter)
6