LUA SET INT
With this command, you can set an integer via the LUA interface.
Global integers can also be specified in a file simply by assigning a number to a named variable. e.g: age = 22
After the file has been loaded by LUA, you can access this global integer by using age=LUA INT("age").
You can also set the integer field of a table, or even a nested table. You need to seperate the table-names in the argument string you provide with a ".", like: "parent.child"
SYNTAX
LUA SET INT index_name as String, ivalue as Integer
RELATED INFO
LUA command menu
Index
EXAMPLE
Showcase-example 1
Showcase-example 2