Difference between revisions of "Lua"

From Tales of Maj'Eyal
Jump to: navigation, search
m (Updated the Lua Engine Docs.)
 
Line 3: Line 3:
 
The language of ToME4.
 
The language of ToME4.
  
Some of the documentation for T-Engine 4 can be found here: http://te4.org/docs/t-engine4/1.0.0/index.html
+
Some of the documentation for T-Engine 4 can be found here: http://te4.org/docs/t-engine4/1.2.3/index.html
  
 
Here are some helpful links to learn Lua:
 
Here are some helpful links to learn Lua:

Latest revision as of 06:43, 17 January 2015


The language of ToME4.

Some of the documentation for T-Engine 4 can be found here: http://te4.org/docs/t-engine4/1.2.3/index.html

Here are some helpful links to learn Lua:

When learning Lua, it helps to have a Lua environment to play around in. repl.it provides an online environment where you can type Lua commands and see their results.

Once you know the basics of Lua you can start looking at the code of ToME4 and try to understand it, making small edits and observing if they do what you expect them to do to further increase your understanding.

Some comments on the talent code can also be found on this page.