Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local trusted = {
- "stinker",
- "riq",
- "stun",
- "ezekiel",
- "kida",
- }
- local req = matches[2]
- if m.am_leader then
- send("emote pulls a crumpled piece of paper out his pocket and runs his finger down a list of names.")
- if table.contains(trusted,req:lower()) then
- expandAlias("mb group")
- expandAlias("wr ac")
- expandAlias("mb.mr 350")
- expandAlias("mb.hr 0")
- cnl_mb.cfg.auto_rcl = false
- cnl_mb.cfg.role_aggr = false
- tempTimer(3,[[send("emote stops his finger at an entry in the list and nods.")]])
- tempTimer(4,[[send("gset transfer ]]..req..[[")]])
- else
- tempTimer(3,[[send("emote frowns and turns the paper over to look at the back side.")]])
- tempTimer(5,[[send("emote shakes his head.")]])
- end
- else
- send("emote shifts uncomfortably.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement