Advertisement
cnl_cnl_cnl

Untitled

Nov 15th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. local trusted = {
  2. "stinker",
  3. "riq",
  4. "stun",
  5. "ezekiel",
  6. "kida",
  7. }
  8.  
  9. local req = matches[2]
  10.  
  11. if m.am_leader then
  12. send("emote pulls a crumpled piece of paper out his pocket and runs his finger down a list of names.")
  13. if table.contains(trusted,req:lower()) then
  14. expandAlias("mb group")
  15. expandAlias("wr ac")
  16. expandAlias("mb.mr 350")
  17. expandAlias("mb.hr 0")
  18. cnl_mb.cfg.auto_rcl = false
  19. cnl_mb.cfg.role_aggr = false
  20.  
  21.  
  22. tempTimer(3,[[send("emote stops his finger at an entry in the list and nods.")]])
  23. tempTimer(4,[[send("gset transfer ]]..req..[[")]])
  24. else
  25. tempTimer(3,[[send("emote frowns and turns the paper over to look at the back side.")]])
  26. tempTimer(5,[[send("emote shakes his head.")]])
  27. end
  28. else
  29. send("emote shifts uncomfortably.")
  30. end
  31.  
  32.  
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement