currentMap
map:currentMap()local coords = map:currentMap()
global:printMessage("Position: [" .. coords .. "]")
-- Parser les coordonnees
local x, y = coords:match("([^,]+),([^,]+)")
global:printMessage("X=" .. x .. ", Y=" .. y)Mis à jour
map:currentMap()local coords = map:currentMap()
global:printMessage("Position: [" .. coords .. "]")
-- Parser les coordonnees
local x, y = coords:match("([^,]+),([^,]+)")
global:printMessage("X=" .. x .. ", Y=" .. y)Mis à jour