Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. finished = function ()
  2. local tmp = ""
  3. local fsalias = "setalias fsalias "
  4. for k,v in pairs(monk.telepathy.fullsense.list) do
  5. tmp = table.concat(v, ", ")
  6. fsalias = fsalias.."partytell " ..tmp.." ("..tostring(#v)..") at " ..k.."/"
  7. end
  8. if fsalias == "setalias fsalias" then
  9. send("partytell Fullsense: No enemies located in " ..gmcp.Room.Info.area)
  10. end
  11. send(fsalias.. ";fsalias")
  12. end,
  13. },
  14.  
  15. },
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement