Hi, I am trying to get the Yamabushi Tengu proficient with all weapons and include their +1. I searched this board and found a solution for getting it to have a +1 to swords and monk weapons. I am just having a hard time creating a script that will give weapon proficiency to all swords and monk weapons.
The reason I want to use a script instead of just check each weapon manually, is because if a new monk or sword is added, then I want the Yamabushi Tengu to automatically include it. Here is what I have. I followed the Tengu's eval script as a model.
I have this on a Racial ability called Yamabushi Weapons as the second eval script.
Also, is there a place that can give me a good startup on learning how to code data files?
Thank you for your help
The reason I want to use a script instead of just check each weapon manually, is because if a new monk or sword is added, then I want the Yamabushi Tengu to automatically include it. Here is what I have. I followed the Tengu's eval script as a model.
Code:
~ Make proficient with all blades and monk weapons
foreach thing in BaseWep where "wSpecial.Monk | wFtrGroup.BladeHeavy | wFtrGroup.BladeLight"
perform eachthing.pulltags[WepProf.?]
nexteach
I have this on a Racial ability called Yamabushi Weapons as the second eval script.
Also, is there a place that can give me a good startup on learning how to code data files?
Thank you for your help