Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
kingpaul said:Can't you mimic how the Loremaster requires 2 different Knowledge skills?
Colen said:At 07:54 PM 3/15/2007, you wrote:
>I am trying to add a prereq on any craft skill being 4 or higher to
>a feat. The problem that I am having is that it
>hero.childfound[kCrafOther] will return the first craft: other skill
>that it finds. Is there a way to check all craft other skills?
Are you trying to see whether any craft skill has a rank of 4 or
higher, or whether a specific Craft: Other skill has a rank of 4 or higher?
I'm guessing the easiest solution to this might be to leverage something new I'm adding into the engine and that will be available shortly. Using the forthcoming "foreach" mechanism, this would be easy to solve. Unless Colen has a brilliant idea that I can't think of that is already available....Colen wrote:
At 07:54 PM 3/15/2007, you wrote:
>I am trying to add a prereq on any craft skill being 4 or higher to
>a feat. The problem that I am having is that it
>hero.childfound[kCrafOther] will return the first craft: other skill
>that it finds. Is there a way to check all craft other skills?
Are you trying to see whether any craft skill has a rank of 4 or
higher, or whether a specific Craft: Other skill has a rank of 4 or higher?
I am trying to determine if any craft skill has a rank of 4 or higher.