Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Récupère toutes les quêtes actives.
quest:activeQuests()
{int}
local quests = quest:activeQuests() global:printMessage("Quêtes actives : " .. #quests) for _, questId in ipairs(quests) do global:printMessage("ID de quête : " .. questId) end