I’m trying to build a suit of magic armor in the editor that gains additional abilities at role playing milestones. I’m using the “Amount of Activation” tracker to trigger the advancement from one level to the next. Adding a feat works fine. I bootstrap it with a condition of “fieldval:gIsEquip <> 0 & fieldval:actUser > 1” with timing First/2370. I’m now trying to add an attribute bonus, also tied to the Amount of Activation tracker, and can’t figure out the timing for the condition. Bootstrapping “uDex” adds +1 to Dexterity… but uDex has a timing of First/100. If I set the condition timing at say First/50 I eliminate the compiling error… but when I unequip the armor on the portfolio the Dex bonus stays.
I tried adding the attribute bonus with a eval script but I couldn’t figure out the conditional statement for the Amount of Activation.
Any suggestions.
I tried adding the attribute bonus with a eval script but I couldn’t figure out the conditional statement for the Amount of Activation.
Any suggestions.