Foen
September 13th, 2008, 08:13
If a ruleset is updated to use the new desktop manager code (from d20 release 12), it will no longer work on v2.1.1 due to a problem with the desktopmanager.lua file. The rulesets *should* work, as the new desktop manager code doesn't seem to use v2.2 engine functionality at all.
I get an "attempt to index global 'table' (a nil value)" error on line 75:
75: table.insert(delayedCreate, createFunc);
I'm not sure why this is, as table.insert is a defined lua script library function. Has there been any change to the Lua interpreter for table manipulation in v2.2 compared to v2.1.1 which might explain this?
Foen
I get an "attempt to index global 'table' (a nil value)" error on line 75:
75: table.insert(delayedCreate, createFunc);
I'm not sure why this is, as table.insert is a defined lua script library function. Has there been any change to the Lua interpreter for table manipulation in v2.2 compared to v2.1.1 which might explain this?
Foen