I have never though about Power Point Cost, with or without "No Power Points."
Lankhmar setting uses No Power Points.
There is an edge Strong Caster:
I thought, easy enough. So I tried two versions of code and each gave the same error.
Error: Attempt to access text-based field 'powPrtPts' as value.
Error: Attempt to access text-based field 'powPoints' as value.
Hmm, so the Power Point Cost we assign to spells in the editor is text? Is it possible to modify the cost to make the above edge work within HeroLab?
Lankhmar setting uses No Power Points.
There is an edge Strong Caster:
The character is adept at channeling raw magical essence. A character with this Edge reduces the initial Casting Modifier of all spells by 1, to a minimum of zero. For instance, a spell with a Casting Modifier of -2 only inflicts a -1 penalty to this mage.
I thought, easy enough. So I tried two versions of code and each gave the same error.
Code:
herofield[powPrtPts].value -= 1
Error: Attempt to access text-based field 'powPrtPts' as value.
Code:
herofield[powPoints].value -= 1
Error: Attempt to access text-based field 'powPoints' as value.
Hmm, so the Power Point Cost we assign to spells in the editor is text? Is it possible to modify the cost to make the above edge work within HeroLab?