choiceDialog({
{"Dzhake_Cuteline_1_6_1"},
{"Dzhake_Cuteline_1_6_2"},
{"Dzhake_Cuteline_1_6_3"},
{"Dzhake_Cuteline_1_6_4"},
{"Dzhake_Cuteline_1_6_5"}
})
And error in log.txt is:
System.InvalidCastException: Object cannot be stored in an array of this type.
at System.Array.InternalSetValue(Object value, IntPtr flattenedIndex)
at NLua.MetaFunctions.CreateParamsArray(Lua luaState, ExtractValue extractValue, Type paramArrayType, Int32 startIndex, Int32 count) in /home/vsts/work/1/s/external/NLua/src/Metatables.cs:line 1509
at NLua.MetaFunctions.MatchParameters(Lua luaState, MethodBase method, MethodCache methodCache, Int32 skipParam) in /home/vsts/work/1/s/external/NLua/src/Metatables.cs:line 1523
at NLua.Method.LuaMethodWrapper.CallMethodFromName(Lua luaState) in /home/vsts/work/1/s/external/NLua/src/Method/LuaMethodWrapper.cs:line 205
at NLua.Method.LuaMethodWrapper.Call(IntPtr state) in /home/vsts/work/1/s/external/NLua/src/Method/LuaMethodWrapper.cs:line 310
at NLua.MetaFunctions.RunFunctionDelegate(IntPtr luaState) in /home/vsts/work/1/s/external/NLua/src/Metatables.cs:line 112
at KeraLua.NativeMethods.lua_pcallk(IntPtr luaState, Int32 nargs, Int32 nresults, Int32 errorfunc, IntPtr ctx, IntPtr k)
at NLua.Lua.CallFunction(Object function, Object[] args, Type[] returnTypes) in /home/vsts/work/1/s/external/NLua/src/Lua.cs:line 847
at NLua.LuaFunction.Call(Object[] args) in /home/vsts/work/1/s/external/NLua/src/LuaFunction.cs:line 46
at Celeste.Mod.LuaCoroutine.MoveNext() in /home/vsts/work/1/s/Celeste.Mod.mm/Mod/Helpers/LuaCoroutine.cs:line 21
at Celeste.Mod.LuaCutscenes.LuaHelper.SafeMoveNext(LuaCoroutine enumerator)








ah

)


ran into the same issue and solved with the version above