-- TICKER_1000 function() SetWhoToUI(1) local query = aura_env.whoQueries[aura_env.whoQueryIdx] SendWho(query) aura_env.whoQueryIdx = aura_env.whoQueryIdx + 1 if aura_env.whoQueryIdx > #aura_env.whoQueries then aura_env.whoQueryIdx = 1 end end