listenChange
map:listenChange()-- Pattern standard pour attendre un changement de carte
map:listenChange()
map:changeMap("top")
while not map:hasChanged() do
global:delay(100)
end
global:printMessage("Nouvelle carte!")Mis à jour
map:listenChange()-- Pattern standard pour attendre un changement de carte
map:listenChange()
map:changeMap("top")
while not map:hasChanged() do
global:delay(100)
end
global:printMessage("Nouvelle carte!")Mis à jour