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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jeff Wilder
Junior Member
 
Join Date: Sep 2010
Location: Daly City (just south of San Francisco)
Posts: 10

Old May 29th, 2012, 12:10 PM
(1) Instead of using Perception, I use two skills (Notice and Observe). I also use Athletics in place of Climb, Swim, and the jump part of Acrobatics.

(2) I've added these to my HouseRules.user file in Hero Lab, and under the Eval Scripts button I've also added all of the classes (from Core, APG, Ultimate Magic, and Ultimate Combat) that have these as class skills.

(3) With one exception: Gunslinger gives me an eval error, can't find classes.Gunslinger. I can't figure it out; as far as I can tell "Gunslinger" is the correct tag. All of the other classes work fine.

The code is:

if (#levelcount[Barbarian] >=1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Bard] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Cavalier] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Druid] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Fighter] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Inquisitor] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Monk] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Ranger] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Rogue] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Magus] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Ninja] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Samurai] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Warrior] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Aristocrat] >= 1) then
#makeclassskill[skAthletic]
elseif (#levelcount[Commoner] >= 1) then
#makeclassskill[skAthletic]
endif

Adding in the elseif for Gunslinger returns, as I said, an eval script error. No idea why. I thought it might be a string-length issue, but Aristocrat works fine.

Can you tell me where I can look to know for sure whether "Gunslinger" is correct? Any idea on why this might be happening?


Jeff

--
Jeff Wilder - San Francisco Bay Area
Currently GMing Pathfinder 1E
And if you bore me, you lose your soul to me. - Belly
Jeff Wilder is offline   #1 Reply With Quote
 


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 02:34 AM.


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