chiefweasel
Well-known member
I'm not a programmer, and have been strugling through some of the code. I am stealing code from other places within the SRD files and trying to understand it as I can. But it seems that there are fields beyond what we can see, I.E. hero.child[ArmorClass].field[tACDodge].value.
How could I find out what sub-values I can use?
I have run into this because I am trying to add a class level to the Ride skill total. I thought it would be easy enough by using the code:
hero.child[kRide].value = hero.child[kRide].value + field(cpreHalfRd).value
But the compiler doesnt like the Ride parameter. I think there is a sub-value I should be using but don't know where to find it. Any suggestions?
How could I find out what sub-values I can use?
I have run into this because I am trying to add a class level to the Ride skill total. I thought it would be easy enough by using the code:
hero.child[kRide].value = hero.child[kRide].value + field(cpreHalfRd).value
But the compiler doesnt like the Ride parameter. I think there is a sub-value I should be using but don't know where to find it. Any suggestions?