Advertisement
Guest User

Untitled

a guest
May 30th, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. bdir = {}
  2. for dir, num in pairs(gmcp.Room.Info.exits) do
  3. table.insert(bdir, dir:upper())
  4. end
  5.  
  6. end
  7.  
  8.  
  9. table.concat(bdir, ",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement