![]() |
Senior Member
Join Date: Feb 2010
Posts: 859
|
Driving, Lockpicking, Pilot and Repair; they also can't access some more advanced Knowledges but there's no easy way to have HL deal with that (I could probably do some kind of a text search expression, but all it would need for it to not work is someone to use a misspelling or otherwise bork the text) so it just has to be remembered.
|
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Aug 2009
Posts: 1,171
|
OK, what Edges are affected? (I should have asked...)
_ Currently Running: Savage Worlds (Fantasy), Savage Galaxy Rangers Currently Playing: Pathfinder (Kingmaker - it's good to be the King), Savage Wearing the Cape, Savage Star Wars |
![]() |
![]() |
Senior Member
Volunteer Data File Contributor
Join Date: Aug 2009
Posts: 1,171
|
OK, for future reference you could do an evalrule on the Race record. Set it for PreTraits 5000 and try this:
Code:
var bad as number @message &= "Skill not allowed: " foreach pick in Hero where "component.Skill" if (compare(eachpick.idstring,"skDriving") = 0) then bad += 1 @message &= "Driving " elseif (compare(eachpick.idstring,"skLockPick") = 0) then bad += 1 @message &= "Lockpicking " elseif (compare(eachpick.idstring,"skPiloting") = 0) then bad += 1 @message &= "Piloting " elseif (compare(eachpick.idstring,"skRepair") = 0) then bad += 1 @message &= "Repair " endif nexteach validif (bad = 0) if (ispanel <> 0) then linkvalid = 0 endif _ Currently Running: Savage Worlds (Fantasy), Savage Galaxy Rangers Currently Playing: Pathfinder (Kingmaker - it's good to be the King), Savage Wearing the Cape, Savage Star Wars |
![]() |
![]() |
Senior Member
Join Date: Nov 2009
Posts: 891
|
I once had a player that kept things in the red. It was annoying and he seemed surprised when I asked that he fix things. His rationale was "Hero Lab let me do it".
Evil wins because good rolls poorly .... or the players are not paying enough attention to the game. |
![]() |
![]() |
Senior Member
Join Date: Feb 2010
Posts: 859
|
The Edges effected were Thief (because of the Lockpicking), McGyver, Gadgeteer and Mr Fixit (because of the Repair).
|
![]() |
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|