Issues with new rc1!

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Issues with new rc1!

Post by Vadi »

Not sure if it's possible... try:

function script_path()
local debug = require"debug"
return debug.getinfo(2, "S").source:sub(2)
end

Post Reply