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 le nom d’une étape de quête.
quest:stepName(stepId)
stepId
int
string
local stepName = quest:stepName(1) global:printMessage("Nom de l'étape : " .. stepName)