jonassvensson4

Untitled

Mar 25th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. local colortable =
  2. {
  3.   white = { "colors.white", true },
  4.   orange = { "colors.orange", false }  
  5. };
  6.  
  7. for k,v in colortable do
  8.   print(k[white])
  9. end
Advertisement
Add Comment
Please, Sign In to add comment