RemoveScriptVariable
Revision as of 17:42, 2 April 2015 by imported>Jazzisparis
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Removes the specified variable added to the calling reference's/quest's script by AddScriptVariable.
Syntax
(removed:0/1) reference.RemoveScriptVariable varName:string quest:ref
Example
RaulRef.RemoveScriptVariable "NewVar"
RemoveScriptVariable "NewVar" VERNovac01