View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old September 20th, 2017, 12:33 PM
Is the CharType a pick that's selected in a table, or just a drop-down?

If it's a pick, you can add a creation script to its component that resets that field when a new one (namely the ship type) is selected:

Code:
<creation><![CDATA[
  perform hero.child[whatever].field[abiUser].reset
  ]]></creation>
Mathias is online now   #5 Reply With Quote