TheIronGolem
Well-known member
I'm working on an adjustment that needs to let the user pick a second numeric value independently of the pAdjust field. How can I set one of the menu selectors to show a simple numeric range?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I am thinking we setup new Selection Helpers for character level 1 to 20. Then use the Counter to set the bonus.I'm implementing Glyphs, from the Mystic class.
All of the glyphs bestow abilities or bonuses based on the class level of the Mystic who added the glyph, and some of them have values dependent on the Mystic's Wisdom mod. So I need a separate selector for the user to specify the Wisdom mod since pAdjust is already doing something else. I'd need at least a range of 1-20, I should think.
Unfortunately Value.? didn't work.
component.SelectHelp & Selection.S2ChrLevel
x += field[pChosen].chosen.tagvalue[Value.?]
Yep.Selection Helpers ... feels like I was just talking about these ...