I'm working on a variation of the Vampire template where Vampires gain additional powers as they age, but I haven't found anything related to using a character's age in an Eval Script. Does anyone know where age is stored? I'd like to implement this through a simple equation something like this:
field[cfgMax1].value += maximum(round(<get age>/200,0,-1),1) + 1
field[cfgMax1].value += maximum(round(<get age>/200,0,-1),1) + 1