Not a big deal, but I want to try and edit the livename for a custom magic item.
First is the Ap (Armor Piercing) - I want it to appear from Ap to AP.
Second switch the order of the user chosen (the firearm) and the Ammo (the base weapon chosen when creating the custom magic item).
Final 10000
field[sbName].text = uppercase("AP, ") & field[usrChosen1].chosen.field[shortname].text
field[livename].text = uppercase("AP, ") & field[usrChosen1].chosen.field[shortname].text
I know it's kind of nit-picking, but thank you.
First is the Ap (Armor Piercing) - I want it to appear from Ap to AP.
Second switch the order of the user chosen (the firearm) and the Ammo (the base weapon chosen when creating the custom magic item).
Final 10000
field[sbName].text = uppercase("AP, ") & field[usrChosen1].chosen.field[shortname].text
field[livename].text = uppercase("AP, ") & field[usrChosen1].chosen.field[shortname].text
I know it's kind of nit-picking, but thank you.
Attachments
Last edited: