MMOMinion

Full Version: how to use Quest:GetQuestList()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You can use it by calling Quest:GetQuestList().
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
you can just do a d(Quest:GetQuestList()) to print the whole list.
”d(Quest:GetQuestList())” is dont work