Guest User

Untitled

a guest
May 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Alias Pattern: ^en (.+)$
  2.  
  3. Alias Script:
  4.  
  5. for v in string.gmatch(matches[2], "%w+") do
  6. if not mm.me.lustlist[v:title()] then
  7. expandAlias("mmconfig lustlist " .. v)
  8. else mm.echof(v:title() .. " is already on the lust list.")
  9. end
  10. send("enemy " .. v,false)
  11. end
Add Comment
Please, Sign In to add comment