IDK if it can be done, but I am trying to get a Race Custom Special to choose from some attached bootstraps. The bootstrap choice is:
thingid.rBlindsen|thingid.raDarkVis|thingid.raLowLight|thingid.xScent|thingid.xTremorsen
and the script is:
First 200
~ If we're not activated, just get out now
if (field[abilActive].value = 1)then
if (field[usrChosen1].ischosen <> 0) then
field[usrChosen1].chosen.perform hero.assign[Custom.MPASensOne]
endif
endif
The custom tag is a condition on each bootstrap at 400.
I got it work with a single bootstrap fine, but the choice is an issue with the script.
Any ideas and/or if it can be done.
Thank you.
thingid.rBlindsen|thingid.raDarkVis|thingid.raLowLight|thingid.xScent|thingid.xTremorsen
and the script is:
First 200
~ If we're not activated, just get out now
if (field[abilActive].value = 1)then
if (field[usrChosen1].ischosen <> 0) then
field[usrChosen1].chosen.perform hero.assign[Custom.MPASensOne]
endif
endif
The custom tag is a condition on each bootstrap at 400.
I got it work with a single bootstrap fine, but the choice is an issue with the script.
Any ideas and/or if it can be done.
Thank you.