Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game

Notices

Reply
 
Thread Tools Display Modes
direinsomniac
Senior Member
 
Join Date: Dec 2013
Posts: 106

Old December 7th, 2019, 02:54 PM
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
direinsomniac is offline   #1 Reply With Quote
Aaron
Senior Member
 
Join Date: Oct 2011
Posts: 6,793

Old 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.
Aaron is offline   #2 Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 04:49 AM.


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