Guest User

Untitled

a guest
Jan 23rd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. on 1:TEXT:*:#:{
  2. if (# == #dotapickup.xp) {
  3. if ($nick == _Spleen) || ($nick == _Spoon) || ($nick == _Squee) {
  4. if ($count($strip($1-),Game is full) == 1 ) && ($count($strip($1-),$me) == 1 ) {
  5. //notice $me Game ful you are captn!
  6. /splay C:\Music\Myrecording1.mp3
  7. set %cptn 1
  8. }
  9. if ($count($strip($1-),Players:) == 1 ) && ($count($strip($1-),$me) == 1 ) {
  10. if (%cptn == 0) {
  11. //notice $me Game full!
  12. /splay C:\Music\Myrecording2.mp3
  13. }
  14. set %cptn 0
  15. }
  16. }
  17. }
  18. }
Add Comment
Please, Sign In to add comment