NX SetEVFo
From GECK
A function added by the NX NVSE plugin.
Contents
Description
Sets the form value (Fo = Form) associated with the calling reference for a given string key. Such values are accessible from any mod, not just the one that set it. To avoid conflicts it is advisable to prefix all keys with an identifier for you mod.
Syntax
(none) reference.NX_SetEVFo Key:string NewValue:form
Example
SunnyREF.NX_SetEVFo "MyMod:Pet", CheyenneREF SunnyREF.NX_SetEVFo "MyMod:FavoriteFood", NVGeckoSteak