I'm creating a character sheet for an RPG, and I'm trying to figure out how to export the value of a text field using a combo box so that the value can be used in calculation for a subsequent field.
Example. Various attributes: Body, Reaction, Agility. Each one has a different field.
Skills are combined with an attribute in order to produce a dice pool. So:
Attribute [Text Field]
Attribute2 [Text Field2]
...
Skill [Skill Text Field] + [(Combo Box for selection of appropriate attribute)] = [Output text field]
I only have a limited space in which to put skills, hence the need for a combo box.
Can anyone help with the script?