Contact: aviboots(AT)netvision.net.il
39,845 questions
51,766 answers
573 users
local arr = { 1, 3, 5, 6, 8, 0, 2, 9, 17 } print(arr[math.random(#arr)]) --[[ run: 2 --]]