These both have to do with "or statements"
first: I've got a feat that has the requirement of 2 ranks in skill a or b. I tried using #skillranks[skA] + #skillranks[skB] but if I have 1 rank in each it satisfies the expression.
I saw a way of using | for or, but I couldn't get it to work in this situation. (The reference in the forums is for checking races).
I know I could just do 2 if statements, but it just seems like there has to be a better way than that.
second: Is it possible to make a prerep mutable? One feat I'm inputting has a required of "Int 13 or Cha 13 (whichever is your primary casting ability).
Thanks,
Andrew
first: I've got a feat that has the requirement of 2 ranks in skill a or b. I tried using #skillranks[skA] + #skillranks[skB] but if I have 1 rank in each it satisfies the expression.
I saw a way of using | for or, but I couldn't get it to work in this situation. (The reference in the forums is for checking races).
I know I could just do 2 if statements, but it just seems like there has to be a better way than that.
second: Is it possible to make a prerep mutable? One feat I'm inputting has a required of "Int 13 or Cha 13 (whichever is your primary casting ability).
Thanks,
Andrew