Hi guys, I'm new here and having trouble writing a rule for a skill I added. It's Iaijutsu Focus, like it's D&D 3.0 counterpart, gains a bonus if you have a particular feat. Basically I want Iaijutsu Focus to gain +1 if the character has the Acrobatics feat.
Here is what I wrote in the Eval Rules for Iaijutsu; I would have wrote a simplified script in the Acrobatic feat but I'm not allowed to edit it and I don't want a duplicate feat sitting in there.
if (@valid = #hasfeat[fAcrobatic]) then
#skillbonus[skIaijutsu] += 1
endif
Now here's what happened:
1. The bonus from the "#skillbonus[skIaijutsu] += 1" just went and applied itself before I even selected the feat...
2. Acrobatics, upon being selected, removes this bonus. I've tested this over and over.
Please help. I'm new to coding and trying to get my feet wet, but this is driving me crazy.
Here is what I wrote in the Eval Rules for Iaijutsu; I would have wrote a simplified script in the Acrobatic feat but I'm not allowed to edit it and I don't want a duplicate feat sitting in there.
if (@valid = #hasfeat[fAcrobatic]) then
#skillbonus[skIaijutsu] += 1
endif
Now here's what happened:
1. The bonus from the "#skillbonus[skIaijutsu] += 1" just went and applied itself before I even selected the feat...
2. Acrobatics, upon being selected, removes this bonus. I've tested this over and over.
Please help. I'm new to coding and trying to get my feet wet, but this is driving me crazy.
Last edited: