Advertisement
Guest User

Untitled

a guest
Jun 29th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. RC = get_rc()
  2.  
  3. -- Turn RC into a table
  4. local any_match = false
  5. for match in (RC):gmatch"%S+" do
  6. if (S.stations[index].rc)[match] then
  7. any_match = true break
  8. end
  9. end
  10.  
  11. print(any_match)
  12.  
  13. if rc[match] then
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement