Guest User

Untitled

a guest
May 24th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function clearVisited()
  2.     for _, v in ipairs(allRooms) do
  3.         if gmcp.Room.Info.num == v then
  4.             table.remove(allRooms, v)
  5.             cecho("<blue>\n+++Room removed+++\n")
  6.         end
  7.     end
  8. end
Add Comment
Please, Sign In to add comment