The previous implementation used 'arg' (Lua 5.0 implicit vararg table) which is nil inside a fixed-parameter function. Replace with the explicit index-chain pattern matching the QuestieCompat.lua version.
- QuestieLoader.lua: add table.getn, math.mod, string.match, string.gmatch, select polyfills - QuestieCompat.lua: add string.match, select, math.mod shims; hooksecurefunc polyfill; full C_Timer polyfill; fix Is335 to use do/end block safe for Lua 5.0 - embeds.xml: add LibDeflate lib.xml include - Questie-X.toc, Questie-X-Classic.toc, Questie-X-Turtle.toc: add XXH_Lua_Lib load line