ScenEdit Print

From Baloogan Campaign Wiki
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>