TCArknight
Well-known member
All,
I've got a special ability with a chooser for the personality of a psicrystal.
I've currently got hero.child[rmPsicrys].field[rInfFamBon].text set to "Varies based on personality" and that works great because that's what shows before the crystal is taken and a personality is chosen.
However, when I use
	
		
 I get "Only derived fields can generally be modified via scripts (field 'rInfFamBon')" dialog and it doesn't work.
Thoughts? I tried using trustme at the beginning of the script to no avail.
Any Help?
				
			I've got a special ability with a chooser for the personality of a psicrystal.
I've currently got hero.child[rmPsicrys].field[rInfFamBon].text set to "Varies based on personality" and that works great because that's what shows before the crystal is taken and a personality is chosen.
However, when I use
		Code:
	
	Post-levels/5000
hero.child[rmPsicryst].field[rInfFamBon].text = field[usrChosen1].text
	Thoughts? I tried using trustme at the beginning of the script to no avail.
Any Help?