Is it possible to INCLUDE some files in LUA script using some command ?
Like including files in php using - include("file.txt")
/shipis
you mean other lua files?
assert(dofile("filesnamehere.lua"),"Then error is not found here")
-phatty
Nice one, just one thing: dofile() is the include, and assert() manage errors.
This seemed to be unclear for some.
Thnx...
Forks fine...