Posts: 29
Threads: 5
Joined: Sep 2013
Posts: 878
Threads: 5
Joined: Feb 2011
Reputation:
5
You can use it by calling Quest:GetQuestList().
...................................
Yeah, well. The Dude abides.
Posts: 29
Threads: 5
Joined: Sep 2013
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
Posts: 878
Threads: 5
Joined: Feb 2011
Reputation:
5
you can just do a d(Quest:GetQuestList()) to print the whole list.
...................................
Yeah, well. The Dude abides.
Posts: 29
Threads: 5
Joined: Sep 2013
”d(Quest:GetQuestList())” is dont work