Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - Pathfinder Roleplaying Game
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
insaneurge
Member
 
Join Date: May 2011
Posts: 53

Old January 4th, 2018, 08:06 PM
I have been attempting to create an ability for a class to gain a bonus to a select number of skills at 1st level. However, all that is displaying is Skills: Choose, with no menu to choose from appearing. This is the script I have been attempting.

component.BaseSkill & Helper.ClassSkill

Code:
~Add +5 bonus to Class skill one
if (field[usrChosen1].ischosen <> 0) then
  field[usrChosen1].chosen.field[Bonus].value += 5
endif
~Add +5 bonus to Class skill two
if (field[usrChosen2].ischosen <> 0) then
  field[usrChosen2].chosen.field[Bonus].value += 5
endif
Somewhere I know there is a problem but I haven't been able to figure it out.

Second, is it possible to assign a variable number of choices to a script like this based on the number of class skill points a class receives plus Intelligence?

Last edited by insaneurge; January 6th, 2018 at 06:54 AM.
insaneurge is offline   #1 Reply With Quote
Reply


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 10:34 PM.


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