neighbourId
map:neighbourId(direction)Nom
Type
Description
local topMapId = map:neighbourId("top")
if topMapId > 0 then
global:printMessage("Carte au nord: " .. topMapId)
else
global:printMessage("Pas de sortie vers le nord")
endMis à jour
map:neighbourId(direction)local topMapId = map:neighbourId("top")
if topMapId > 0 then
global:printMessage("Carte au nord: " .. topMapId)
else
global:printMessage("Pas de sortie vers le nord")
endMis à jour