I am working on a template that grants a minion. I can get it to offer the minion easy enough, but I want to limit what minions they can select to certain subtypes and crs.
I am guessing that the field I want to modify is tRaceExpr in Totals which I transition to via.
hero.minion[MINION_ID].child[Totals].field[tRaceExpr].text
For subtypes I figure I just have to append " & Subtype.SUBTYPEID"
and for cr append " & fieldval:tCR <= CRMAX"
However I cannot get the timing right. Either I get no effect or I get a nothing to select error.
I am guessing that the field I want to modify is tRaceExpr in Totals which I transition to via.
hero.minion[MINION_ID].child[Totals].field[tRaceExpr].text
For subtypes I figure I just have to append " & Subtype.SUBTYPEID"
and for cr append " & fieldval:tCR <= CRMAX"
However I cannot get the timing right. Either I get no effect or I get a nothing to select error.