function havreSac()
while true do
-- Faire un clique pour enlever le focus sur une barre de texte (si jamais)
mouse.click(0,0)
-- Envoyer la touche H pour l'havre sac
keyboard.press(0x48)
-- Attendre un peu
global.delay(1000)
end
end
function move()
return {
{ map = "5,-18", custom = havreSac },
}
end