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.
Analyse le chemin du script actuel pour en extraire les identifiants de quête, d’étape et d’objectif.
quest:path()
.../Quests/{questId}/{stepId}/{objectiveId}.lua
{int}|nil
{objectiveId, stepId, questId}
nil
local p = quest:path() if p then global:printMessage("Quête : " .. p[3] .. " Étape : " .. p[2] .. " Obj : " .. p[1]) end