Sorry for the question.
But I want to add a tracker modifier if a gear is equipped. Maybe it's my timing, but the script seems fine. IDK, anyways here is the script for the feat
Final 10000
if (field[usrChosen1].ischosen + field[gIsEquip].value <> 0) then
hero.childfound[trMPSGGVCB].field[trkMax].value += 3
hero.childfound[trMPSGGVCD].field[trkMax].value += 3
endif
and I have the thingid. all good and working and the vehicals can be equipped.
This is the feat.
Vehicle Specialization
+3 bonus on Profession (driver, pilot, or sailor) when operating the vehicle
{b}Benefit{/b}: You gain a +3 bonus to a Profession (driver, pilot, or sailor) in one make/model of vehicle, when operating that vehicle.
This feat can be taken again and stacked.
But I want to add a tracker modifier if a gear is equipped. Maybe it's my timing, but the script seems fine. IDK, anyways here is the script for the feat
Final 10000
if (field[usrChosen1].ischosen + field[gIsEquip].value <> 0) then
hero.childfound[trMPSGGVCB].field[trkMax].value += 3
hero.childfound[trMPSGGVCD].field[trkMax].value += 3
endif
and I have the thingid. all good and working and the vehicals can be equipped.
This is the feat.
Vehicle Specialization
+3 bonus on Profession (driver, pilot, or sailor) when operating the vehicle
{b}Benefit{/b}: You gain a +3 bonus to a Profession (driver, pilot, or sailor) in one make/model of vehicle, when operating that vehicle.
This feat can be taken again and stacked.