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.
Vérifie si un PNJ spécifique est présent sur la carte actuelle.
npc:npcInMap(npcId)
npcId
int
boolean
if npc:npcInMap(1234) then global:printMessage("Le PNJ est ici") else global:printWarning("PNJ introuvable") end