My script has reached 32Kb or so, and LuaPlayer now throws an error when starting it (along the lines out of disk space, script could not be found).
Has anyone else had this?
.lua filesize limit
Moderators: Shine, Insert_witty_name
I've got several scripts, ranging in size from 1kb to 68k and all are loading without any problems.
Example:
http://dl.qj.net/Wordingo-v0.3p.2-Gamin ... /catid/194
Lee
Example:
http://dl.qj.net/Wordingo-v0.3p.2-Gamin ... /catid/194
Lee
Try splitting the files and then including them with:
Code: Select all
dofile "filename.lua"