Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mobsinroom = mobsinroom or {}
  2. for i, v in ipairs(gmcp.Char.Items.List.items) do
  3. if v.attrib == "m" then
  4. if not table.contains(mobsinroom, v.name) then
  5. table.insert(mobsinroom, v.name)
  6. cecho("\n<dark_slate_gray>[" .. v.name .. " added to the denizen table!]")
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement