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 tous les objectifs restants pour une quête.
quest:questRemainingObjectives(questId)
questId
int
{int}
local remaining = quest:questRemainingObjectives(100) global:printMessage("Restants : " .. #remaining .. " objectifs") for _, objId in ipairs(remaining) do global:printMessage(" - Objectif " .. objId .. " en attente") end