vienastoks
New member
Hello, good people,
I am trying to add some spell-like abilities to certain levels of a race. I figured out by reading forums how to refer to the correct tag (I'm doing fieldval.tLevel >=4, etc.), but I've got problems with evaluation timing. It seems that race evals require to run quite early, before character levels are determined. If I run evals during the "First" phase I get empty fields for tLevel or total class levels. If, however, I run the evals post-levels, then they won't compile, because race wants to be earlier in the queue.
Is there a way to solve this?
I am trying to add some spell-like abilities to certain levels of a race. I figured out by reading forums how to refer to the correct tag (I'm doing fieldval.tLevel >=4, etc.), but I've got problems with evaluation timing. It seems that race evals require to run quite early, before character levels are determined. If I run evals during the "First" phase I get empty fields for tLevel or total class levels. If, however, I run the evals post-levels, then they won't compile, because race wants to be earlier in the queue.
Is there a way to solve this?