I have a mechanic and I put this script in the Pre-reqs, but I don't think that is the right spot. The code is:
The script loads fine, but seems to not have an effect, (the gear will not give an error or greyed out).
Any ideas?
Thank you!
Code:
foreach pick in hero from BaseEquip where "gType.TechItem"
validif (eachpick.hero.childfound[pFGMPTPL].field[pAdjust].value >= 8)
nexteach
The script loads fine, but seems to not have an effect, (the gear will not give an error or greyed out).
Any ideas?
Thank you!