DisplayOutputWindow
From Moving Light Assistant
Revision as of 23:23, 7 June 2014 by Andyv wiki admin (Talk | contribs)
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