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 options de réponse disponibles du PNJ.
npc:getRepliesId()
{int}
local replies = npc:getRepliesId() for _, id in ipairs(replies) do global:printMessage("Option de réponse : " .. id) end