Hello everyone can someone tell me how to compile Lua to .out script which support goto function because in my game version luac doesn't support goto version please let me know if any of them works or not.
I guess TS is still using LUA 5.0.1 version, or maybe 5.1.X. Goto function has been added from version 5.2 and up. Even if you could compile it externally, TS won´t understand that function and LogMate will throw a script fault.