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