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

Old March 23rd, 2017, 07:55 PM
Code:
herofield[acVariance].value = 3
herofield[acTalents].value = 2
Or, to show the full path to that field:
Code:
hero.child[actor].field[acVariance].value = 3
hero.child[actor].field[acTalents].value = 3
Here's an article that discusses what the dots and the elements between the dots mean: http://forums.wolflair.com/showthread.php?t=21663
Mathias is offline   #2 Reply With Quote