Problems with script manager.

  • Xack
    22nd Dec 2014 Member 0 Permalink

    I get `autorun.lua:214: bad argument #1 to 'unpack' (table expected, got nil)` when clicking the "Lua" button in the script manager.

     

    Any help would be great, thanks!

  • jacob1
    23rd Dec 2014 Developer 0 Permalink
    @Xack (View Post)
    You must be using Lua 5.2. I should fix the script manager and TPTMP which both have the same problem there ...

    I think replacing the "unpack(arg)" on that line with "..." should fix it.