View Single Post
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