Enforcer84
Well-known member
Because I can brute force but I never seem to grasp the why...
I have a Class ability for a channelling class.
It's called Convictions, it functions pretty much like Aura of Mercy for Paladins...
The Class is Neutral and allows choice between channelling positive or negative energy.
So I found a feat with this prereq: hero.tagis[Hero.ChanPos] <> 0
so I'm trying to write something like this:
if hero.tagis[Hero.ChanPos] <> 0
then hide this ability from the list of Convictions. (Clearly, this is the part I'm having trouble with)
Help a horrible coder?
I have a Class ability for a channelling class.
It's called Convictions, it functions pretty much like Aura of Mercy for Paladins...
The Class is Neutral and allows choice between channelling positive or negative energy.
So I found a feat with this prereq: hero.tagis[Hero.ChanPos] <> 0
so I'm trying to write something like this:
if hero.tagis[Hero.ChanPos] <> 0
then hide this ability from the list of Convictions. (Clearly, this is the part I'm having trouble with)
Help a horrible coder?