Advertisement
Guest User

Untitled

a guest
Dec 13th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if matches[2] == "Hirst" then
  2. deleteFull()
  3. else
  4. if matches[2] ~= "The executive officer" and matches[2] ~= "A colossal lightning dragon" and matches[2] ~= "A large ice eagle" then
  5. playSoundFile([[C:\Users\Christian\.config\mudlet\profiles\Hirst\sounds\tell_beep.mp3]])
  6. end
  7. selectCurrentLine()
  8. copy()
  9. ChatStuff.append("All")
  10. ChatStuff.append("Tells")
  11. deleteLine()
  12. deselect()
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement