Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Skill Focus specific list (http://forums.wolflair.com/showthread.php?t=63546)

direinsomniac December 7th, 2019 02:54 PM

Skill Focus specific list
 
I am trying to figure out how to create a small list of skills that can be selected by Skill Focus instead of all of them. Also then want to take the picked selection and make is a class skill.

I've been out of the HL coding for a while, and probably forgot more than I learned originally. :P

Aaron December 7th, 2019 10:55 PM

So like, some ability says "You gain skill focus, but must choose X, Y, or Z"? If the skill focus feat is bootstrapped, then you can set the candidate expression field (usrCandid1) directly in the bootstrap. If it is added to a table by a user, then you'll need to transition to the correct copy of skill focus and set that field in a script.

As for setting the class skill, you'll need to get to the correct copy of the feat. If bootstrapped, define a Custom tag to serve as a marker and assign it as part of the bootstrap. If added to a table, there should be a combination of tags you can use within a findchild to get you there (I believe most tables have a tag which means "taken within this table" and you can combine that with the thingid tag of the feat to get to the right copy).

Once there, check to confirm the feat has made a selection, and if so, transition through the "chosen" link to get to the correct skill and assign Helper.Proficient. Tell me if I am on the right track and give it a shot yourself. If you need further tips post what you're trying and I'll try to aid further.


All times are GMT -8. The time now is 02:40 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.