984b9f9a68
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.