Another Complete Warrior Feat.
Does anyone have any idea how to script the Improved Weapon Familiarity Feat to assign all Exotic weapons associated with the race of a character as Martial weapons instead, including any weapons that contain the name of the race too EG:- Elven Thinblade= Martial weapon for Elves.
I've looked at the Exotic weapon proficiency feat for ideas, and the Dwarven Urgrosh weapon but I can only see the Easy if Race tick box to make the individual weapon one proficiency lower than needed.
I found this code elsewhere on the forum but it refers to bootstrapping, at the moment i don't know how or what Bootstrapping is.
Thanks for any help in advance.
Does anyone have any idea how to script the Improved Weapon Familiarity Feat to assign all Exotic weapons associated with the race of a character as Martial weapons instead, including any weapons that contain the name of the race too EG:- Elven Thinblade= Martial weapon for Elves.
I've looked at the Exotic weapon proficiency feat for ideas, and the Dwarven Urgrosh weapon but I can only see the Easy if Race tick box to make the individual weapon one proficiency lower than needed.
I found this code elsewhere on the forum but it refers to bootstrapping, at the moment i don't know how or what Bootstrapping is.
Code:
if (hero.tagis[Hero.ProfMart] <> 0) then
var result as number
result = hero.assign[WepProf.wGythka]
endif
Thanks for any help in advance.