View Single Post
Lord Magus
Senior Member
 
Join Date: Jan 2011
Location: Quebec, QC, Canada
Posts: 464

Old March 5th, 2011, 09:32 PM
...since it's getting late and I need to sleep!

1) How can I grant a race a higher number of creation points (to use with the point buy method for attributes), for example +4 points?

I have tried
Code:
hero.child[tGen].field[Bonus].value = hero.child[tGen].field[Bonus].value + 4
as well as
Code:
#applybonus[Bonus, hero.child[tGen], 4]
based on the Show Fields feature identifying the Generate field as tGen, but the Editor tells me tGen is a non-existent thing.

2) How can I code as a prereq "having at least one Martial Weapon proficiency", whichever the origin (in my campaign, Skill Tricks can be used to gain a single Martial Weapon proficiency)?

Thanks again!
Lord Magus is offline   #1 Reply With Quote