ModExtraMiscStat
From GECK
A function added by the JohnnyGuitar NVSE Plugin version 4.80.
Contents
Description
Modifies the value of a custom miscellaneous stat. If the stat doesn't exist, it will be created and added to the Pip-Boy menu. Stats and their values are stored in the save.
Syntax
ModExtraMiscStat statName:string modValue:int
Example
ModExtraMiscStat "Pepeglares posted" 1 ; Will increase a misc by 1
Notes
- Starting from version 4.98 InitExtraMiscStat is required to use custom misc stats.