Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- regex trigger
- ^(\w+) tells you 'gset( transfer)? me'
- script
- local trusted = {
- "Ezekiel",
- "Stinker",
- "Riq",
- }
- if (not m.am_leader) then
- send("emo shifts uncomfortably.")
- else
- send("emo pulls out a crumpled piece of paper from his pocket and frowns while running his finger down a list of names.")
- if table.contains(trusted,matches[2]) then
- send("salute "..matches[2]..";gset transfer "..matches[2])
- else
- send("emo shakes his head at "..matches[2]..".")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement