autofight_stop = 75 autofight_wait = true automagic_enable = true automagic_slot = a automagic_stop = 25 automagic_fight = true autofight_hunger_stop = -1 easy_eat_chunks = true auto_eat_chunks = true auto_butcher = very full #hungry explore_auto_rest = true rest_wait_both = true show_more = false travel_open_doors = true default_show_all_skills = true default_manual_training = true #{ #function choose_stat_gain () # return "INT" #end #} function printKey() crawl.message ("typein key",0) local x = crawl.getch() crawl.message("int is : " .. x,0) end