InitExtraMiscStat

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin version 4.98.

Description

Initializes a custom miscellaneous stat. This function is required for a custom miscellaneous stat to be displayed in the Pip-Boy.

Syntax

[help]
InitExtraMiscStat statName:string

Example

InitExtraMiscStat "Pepeglares posted" ; Will create a new misc stat and set its value to 0. 

Notes

  • This function needs to be used in a MenuMode 4 block if being used in a plugin. JIP Script Runner files must use the function in a file prefixed with gr_.

See Also