DisplayOutputWindow

From Moving Light Assistant
Revision as of 00:23, 8 June 2014 by Andyv wiki admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

All comments in LUA start with a --
If you wish the output window for a script to be displayed then include in the script the line…

-- DisplayOutputWindow=True

Otherwise do not include the line above in the script, or explicitly declare you do not want the output window with…

-- DisplayOutputWindow=False