I am trying to create a feat or trait that allows a Wizard (and eventually a Magus) to use Charisma as his spell attribute instead of Intelligence.
I am new to hero Lab scripting, so am still learning.
From the Sorcerer Wildblood Blood line (Sage), I found this script:
It allows a Sorcerer to use Intelligence instead of Charisma as his spell attribute. I found a similar line in the Empherial Blood line for Wis. However, when I try to use this code as follows:
It gives me an error. The script is set to run in Phase: First, Priority: 10000.
I am wondering if the the aCHA equivalent of [SplAttr.aINT] exists.
If anyone can help me with this I'd appreciate it.
I am new to hero Lab scripting, so am still learning.
From the Sorcerer Wildblood Blood line (Sage), I found this script:
Code:
perform hero.childfound[cHelpSor].assign[SplAttr.aINT]
It allows a Sorcerer to use Intelligence instead of Charisma as his spell attribute. I found a similar line in the Empherial Blood line for Wis. However, when I try to use this code as follows:
Code:
perform hero.childfound[cHelpWiz].assign[SplAttr.aCHA]
It gives me an error. The script is set to run in Phase: First, Priority: 10000.
I am wondering if the the aCHA equivalent of [SplAttr.aINT] exists.
If anyone can help me with this I'd appreciate it.