function game.get_random_book() local booklist={ 50401,50416, 50431,50446, 50461,50476, 50491,50506, } SIXTHSKILL_ENABLE=false BOOK_RANGE=6 TYPE_BOOK=math.random(1,table.getn(booklist)) return booklist[TYPE_BOOK]+math.random(0,BOOK_RANGE-1) end