hp_warning = 50 default_manual_training = true allow_extended_colours = true simple_targeting = true auto_butcher = true # Skill menu at game start by rwbarton { 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 }