02-20-2014, 01:09 AM
i have quest(Dealing with the Tough Stuff)
but this code not work
local ql = Quest:GetQuestList()
if (ql) then
for k,v in pairs(ql) do
d("questid="..v.questid)
end
end
but this code not work
local ql = Quest:GetQuestList()
if (ql) then
for k,v in pairs(ql) do
d("questid="..v.questid)
end
end