New question. I am making a class that only gets proficiency with light shields, not heavy ones. The code I am trying to use and which is not working quite right is....
First (Users), 10000
var result as number
foreach pick in hero where "ShldClass.Light"
result = each.assign[Helper.Proficient]
nexteach
The only problem here is that the character is not showing as proficient, so when they go to buy a light shield it is grayed out. Any better way to do this?
First (Users), 10000
var result as number
foreach pick in hero where "ShldClass.Light"
result = each.assign[Helper.Proficient]
nexteach
The only problem here is that the character is not showing as proficient, so when they go to buy a light shield it is grayed out. Any better way to do this?