I am working on Ascetic Knight, a Monk/Paladin hybrid feat, which allows each to count as the other for the purpose of multiclassing back into themselves....
I have done other hybrid feats by assigning the appropriate tag, like so:
Phase = First (Users) 100
perform hero.childfound[cHelpRgr].assign[ClsCountAs.cHelpMnk]
And that works.... the only problem is with this one, which assigns it twice:
Phase = First (Users) 100
perform hero.childfound[cHelpPal].assign[ClsCountAs.cHelpMnk]
perform hero.childfound[cHelpMnk].assign[ClsCountAs.cHelpPal]
Both are assigned the appropriate tag, but whichever class (monk or paladin) is added second remains greyed out in the class selection screen. If you ignore the greying out and red text and add a level of it anyway, there doesn't appear to be an error, but still, I would like to know if I can fix this, or if it will have to be officially fixed.
I have done other hybrid feats by assigning the appropriate tag, like so:
Phase = First (Users) 100
perform hero.childfound[cHelpRgr].assign[ClsCountAs.cHelpMnk]
And that works.... the only problem is with this one, which assigns it twice:
Phase = First (Users) 100
perform hero.childfound[cHelpPal].assign[ClsCountAs.cHelpMnk]
perform hero.childfound[cHelpMnk].assign[ClsCountAs.cHelpPal]
Both are assigned the appropriate tag, but whichever class (monk or paladin) is added second remains greyed out in the class selection screen. If you ignore the greying out and red text and add a level of it anyway, there doesn't appear to be an error, but still, I would like to know if I can fix this, or if it will have to be officially fixed.