If this has been asked and answered previously, I apologize; I did do several fruitless searches.
1. Can Minion differentiate between HQ and NQ items?
2. If so, how would I stipulate to such; for instance, in the following argument, how would I frame the argument for collecting 99 HQ items?
Thank you in advance!
1. Can Minion differentiate between HQ and NQ items?
2. If so, how would I stipulate to such; for instance, in the following argument, how would I frame the argument for collecting 99 HQ items?
Code:
["condition"] = {
["ItemCount(14) < 99"] = true;
};
["complete"] = {
["ItemCount(14) <= 99"] = false;
Thank you in advance!