My gaming group is running a campaign for gestalt characters. My character is going to be a Barbarian Dragonrider. The problem I am having is that I cannot get the dragon steed to properly scale to my level.
To be clear, I have already made a custom class with the features of both parent classes. I have made custom versions of any ability that doesn't function on the new custom class.
Where I have hit a brick wall is the Dragon Steed's Eval script. It has the ability looking for the Dragonrider's level using: #levelcount[Dragonrid].
I do know that it is just using the common #levelcount[Class_Id] scripting, but I can't seem to find any way to properly determine the custom class class_id. I have tried to set it to a #totallevelcount[] option instead, but didn't make it change.
Would appreciate any help with the class id issue.
To be clear, I have already made a custom class with the features of both parent classes. I have made custom versions of any ability that doesn't function on the new custom class.
Where I have hit a brick wall is the Dragon Steed's Eval script. It has the ability looking for the Dragonrider's level using: #levelcount[Dragonrid].
I do know that it is just using the common #levelcount[Class_Id] scripting, but I can't seem to find any way to properly determine the custom class class_id. I have tried to set it to a #totallevelcount[] option instead, but didn't make it change.
Would appreciate any help with the class id issue.