DebugTextExists
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Returns if debug text with specified name exists.
Syntax
(iExists:int) DebugTextExists DebugTextName:string
Example
set iExists to DebugTextExists "My Text"
Will return 0/1 depending on if Debug Text "My Text" exists.