LNSetName
From GECK
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Sets the Full Name of Base Form to the provided string. Works with all form types that have names. If a reference is passed, its BaseForm is used.
Syntax
[reference].LNSetName name:string object:baseForm
Example
TerminalRef.LNSetName "Vault 21 Terminal"
Changes the reference's name to "Vault 21 Terminal."
LNSetName "Goodsprings Saloon" GSProspectorSaloonInterior
Changes the base form's name to "Goodsprings Saloon."