Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if gmcp.Char.Status.class == "Black Dragon" then
  2. send("dragonsense "..matches[2])
  3. elseif gmcp.Char.Status.class == "Monk" then
  4. send("mind glance "..matches[2])
  5. else
  6. send("farsee "..matches[2])
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement