Gaining a perk at 25 barter skill

Post » Mon Nov 30, 2009 8:02 am

I am trying to make a mod where you gain perks at certain base skill levels(not modified by items/magazines). I can't figure out how to make the game check the skill levels after level up or after reading a book and decide if it should give you the perk or not. Any help is appreciated.

Thanks,
purge_
User avatar
Tasha Clifford
 
Posts: 3295
Joined: Fri Jul 21, 2006 7:08 am

Post » Mon Nov 30, 2009 3:23 pm

I am trying to make a mod where you gain perks at certain base skill levels(not modified by items/magazines). I can't figure out how to make the game check the skill levels after level up or after reading a book and decide if it should give you the perk or not. Any help is appreciated.

Thanks,
purge_



First of all, if you're the author of the mod out there, thank you I love your mod.

I think you can attach a check script to objects since sunset sarsasperilla star caps already have one like that (that changes their object type to caps if you already did Lucky Stars). Maybe you could perform a check on the player when they click it through a script like that and change the item type between a "normal" skill book and a perk-granting one if their level is around the threshold? Obviously that would have issues with people picking up but not using multiple books, but it might be a workaround.
User avatar
MR.BIGG
 
Posts: 3373
Joined: Sat Sep 08, 2007 7:51 am


Return to Fallout: New Vegas