• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Intimidate Skill Bonus to Animal Companion in Editor

Xavior117

New member
I'm trying to add a mythic version of "Bully Breed" into hero lab. The feat basically adds 1/2 your mythic tier to your Animal Companion's/Mount's Intimidate score. This is the code for the non-mythic "Bully Breed" and I have been trying for a while to adapt this to what I need. Can anyone shed some light on my issue? How do you "assign" a skill bonus?

Code:
doneif (tagis[Helper.FtDisable] <> 0)

doneif (field[usrChosen1].ischosen = 0)

perform field[usrChosen1].chosen.minion.assign[ClassSkill.skIntim]
perform field[usrChosen1].chosen.minion.assign[AnimCompOK.fDazzDisp]
perform field[usrChosen1].chosen.minion.assign[AnimCompOK.fShattDef]
 
Back
Top