What's New in LUA Modding
Jump to navigation
Jump to search
Inputting LUA
You no longer need to manually compile LUA into bytecode and then base64 it! Now you simply escape the lua source code and drop it in.
Note the field changed from 'luac' (compiled lua) to just 'lua'
Example
Previously in AS3:
xxx
And now:
yyy