ScenEdit Print

From Baloogan Campaign Wiki
Revision as of 11:08, 22 November 2014 by Baloogan (talk | contribs)

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

<syntaxhighlight lang="lua"> --basic function: print(5) --outputs 5 on the console window

--This is really useful for debugging scripts. Can take numbers, strings and tables. </syntaxhighlight>