### Settings equip_unequip = true easy_eat_chunks = true auto_eat_chunks = true ### Keybinds bindkey = [-] CMD_EXPLORE bindkey = [+] CMD_WEAPON_SWAP ### Open skill menu on start { local need_skills_opened = true function ready() if you.turns() == 0 and need_skills_opened then need_skills_opened = false crawl.sendkeys("m") end end }