View Single Post
01-13-22, 06:34 PM   #6
Chr0nicxHack3r
A Deviate Faerie Dragon
 
Chr0nicxHack3r's Avatar
Join Date: Jan 2021
Posts: 11
I have been making some great progress thank you so much Dridzt for getting me going in the right direction! Being new with tables, how would I go about searching the table list that was generated to see who is first found? Or if I identify a certain setting and then find first in the list with said setting enabled? I would think it would be something like

Lua Code:
  1. if "saidsetting" == true and (first person in table with setting) then
  2. --code here
  3. end

Or I just thought, would it be easier to rework it and have the table build with only people that have said settings on and then just take the top person?

Last edited by Chr0nicxHack3r : 01-13-22 at 08:01 PM.
  Reply With Quote