PDA

View Full Version : Moderately silly question: skcrafall?


Enforcer84
April 11th, 2014, 10:24 AM
Is there a tag for all craft skills?
I wanted to set a bonus to any craft skill chosen :)

Aaron
April 11th, 2014, 10:36 AM
There is a tag for making all craft skills class skills, but there isn't a single helper object to add a bonus to all craft skills. To do that, you should foreach through all skills with the Helper.SkCatCraf tag and add the bonus to each valid skill.

Enforcer84
April 11th, 2014, 10:52 AM
ok thank you!
I'll give it a shot!

Aaron
April 11th, 2014, 10:52 AM
I have been corrected, looks like there is such a helper, "AllCraft"

Enforcer84
April 11th, 2014, 11:13 AM
Yay!
Thanks!

Enforcer84
April 11th, 2014, 11:38 AM
Great that worked; now onto an unrelated quetion.

Did helper.NatPrimary go away or change?

Mathias
April 11th, 2014, 11:43 AM
Check your capitalization - Helper.NatPrimary, not helper.NatPrimary.

Enforcer84
April 11th, 2014, 03:39 PM
ok let me check...I'm in the Edit Bootstrap Tags boxes, and the group ID is Helper, the tag ID is NatPrimary...but it's still listing as a secondary on the character sheet.

Aaron
April 11th, 2014, 03:44 PM
Do you have a manufactured weapon equipped? That causes all natural attacks to be secondary.

Enforcer84
April 11th, 2014, 04:55 PM
aha! That would be it! Thanks guys!