• 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

Adding Perform as a class skill

Bob G

Well-known member
Tried:
<Pre-attributes/10000>
Code:
#makeclassskill[skPerfAll]
But that didn't work. Then I tried
Code:
perform assign[ClassSkill.Perform]
but that didn't work either. What's the right tag to assign to make all Perform skills class skills?
 
I'll assume it's in the community package, but potentially it's the base hero lab functionality.

If you go to Other Adjustments, on the Adjust tab, and type in Class Skill you can do that.

I'd take a look at the code they've used and base yours off of that.
There is also Remove Class Skill as an option, if that helps you.
 

Attachments

  • Class Skill.PNG
    Class Skill.PNG
    330 KB · Views: 8
Well, I'm fairly certain that using the 'Additional Class Skills' button to add Perform (all) as a class skill doesn't work. None of the Perform skills are changed to class skills on the hero. Should I report this in the bug thread?

Adding each individual Perform skill does work, however, so it's not a big deal.
 
I tried to do this with all knowledge skills, but couldn't do it in one swoop; I wound up just cutting/pasting '#makeclassskill[skKnowX]' in an eval script and switched out the X for each skill. :/
 
Back
Top