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