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érifier si le personnage se trouve sur une carte spécifique.
map:onMap(target)
target
string | number
"x,y"
"0,0"
boolean
true
false
if map:onMap("0,0") then global:printMessage("Sur la carte d'origine") end if map:onMap(84674563) then global:printMessage("Au Zaap d'Astrub") end