hp_warning = 50 fmm := force_more_message fmm += You fall through a shaft fmm += LOW HITPOINT WARNING fmm += don't die fmm += You are starving fmm += .*orbs? of fire.* comes? into view fmm += .*pandemonium* comes? into view fmm += ancient lich.* comes? into view fmm += .*greater mumm.* comes? into view fmm += .*Fiend.* comes? into view fmm += .*Tzitzimitl.* comes? into view fmm += .*curse skull.* comes? into view fmm += .*Hell Sentinel.* comes? into view fmm += You have finished your manual fmm += shining eye comes into view fmm += caustic shrike comes into view fmm += juggernaut comes into view fmm += calcifying dust hits you { 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 }