What's New in LUA Modding

From SkyCorp Global
Revision as of 05:02, 18 July 2023 by SkyCorp (talk | contribs) (Created page with "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 f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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'