If you have a character that is multiclassed, for this example Fighter4/Monk2, how can you have the program give me the number of Monk levels.
I know that 'herofield[tHitDice]' will give me total HD.
I tried '#levelcount[cMonk]', but I just got error messages, and then I saw that Mathias said that #levelcount doesn't work well in information codes.
So I tried to modify 'field[cTotalLev].value' to 'field[cMonkLev].value'.
Question: What code do I use to pull out the number of levels in a specific class?
I know that 'herofield[tHitDice]' will give me total HD.
I tried '#levelcount[cMonk]', but I just got error messages, and then I saw that Mathias said that #levelcount doesn't work well in information codes.
So I tried to modify 'field[cTotalLev].value' to 'field[cMonkLev].value'.
Question: What code do I use to pull out the number of levels in a specific class?
Last edited: