Difference between revisions of "An Introduction to Scripting with LUA"
From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "<div id="top"</div> I have decided to write an introduction into the basics of LUA Script; so that you can get a better understanding of how it works & how you can apply it wi...") |
(No difference)
|
Revision as of 19:04, 23 February 2013
<div id="top"</div> I have decided to write an introduction into the basics of LUA Script; so that you can get a better understanding of how it works & how you can apply it within the Visionaire Studio™ editor, to further enhance your games!
Basic Syntax (▲)
| Syntax | Description |
|---|---|
| if | allows us to query if something: equals, does not equal, is less/more than x value etc ... |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |
| Example | Example |