ModLocalDataExists
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns true (1) if Mod Local Data exists associated with the specified key for the mod to which the calling script belongs.
Syntax
(Exists:bool) ModLocalDataExists Key:string
Example
if eval ModLocalDataExists "Something Important" ; do something endif