Advertisement
Guest User

Untitled

a guest
Dec 29th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ON *:TEXT:*!rates*:#gaiacoin:{
  2. msg # My rates are 5 - Kiss on the cheek/20 - kiss on the lips/100 - OMG ;)
  3. }
  4. ON *:TEXT:*tipped c-clone*:#gaiacoin:{
  5. if ($nick == GAIAcoin-bot) {
  6. if ($4 == 5) {
  7. ;5-kiss on cheek
  8. set %randvar1 $rand(1,8)
  9. if (%randvar1 == 1) { /describe # gives $1 a sweet peck on the cheek }
  10. if (%randvar1 == 2) { /describe # gives $1 a smooch on the cheek }
  11. if (%randvar1 == 3) { /describe # leaves a nice lipstick mark on $1 cheek }
  12. if (%randvar1 == 4) { /describe # puts the kiss on $1 hand and one HARD on the cheek }
  13. if (%randvar1 == 5) { /describe # leans in and kisses $1 on both cheeks }
  14. if (%randvar1 == 6) { /describe # gives $1 a nice little kiss on the cheek }
  15. if (%randvar1 == 7) { /describe # says "enjoy" after planting a kiss on the cheek of $1 }
  16. if (%randvar1 == 8) { /describe # kisses $1 on the cheek and giggles }
  17. if (%randvar1 == 9) { /describe # }
  18. if (%randvar1 == 10) { /describe # }
  19. halt
  20. }
  21. if ($4 == 20) {
  22. ;20-kiss on lips (nice one)
  23. set %randvar2 $rand(1,8)
  24. if (%randvar2 == 1) { /describe # says "PUCKER UP cute stuff" *SMOOCH* }
  25. if (%randvar2 == 2) { /describe # gives $1 a nice firm kiss ;* }
  26. if (%randvar2 == 3) { /describe # grabs $1 and plants a nice big wet one }
  27. if (%randvar2 == 6) { /describe # bites lower lip after kissing $1 }
  28. if (%randvar2 == 4) { /describe # gives $1 a teasing french kiss }
  29. if (%randvar2 == 7) { /describe # gives a wink after kissing $1 }
  30. if (%randvar2 == 5) { /describe # says "come here big boy" and kisses $1 on the lips }
  31. if (%randvar2 == 8) { /describe # lures $1 close and kisses gently on the lips }
  32. if (%randvar2 == 9) { /describe # }
  33. if (%randvar2 == 10) { /describe # }
  34. halt
  35. }
  36. if ($4 == 100) {
  37. ;100 omg
  38. set %randvar3 $rand(1,7)
  39. if (%randvar3 == 1) { /describe # grabs $1 and gives a MASSIVE kiss }
  40. if (%randvar3 == 2) { /describe # kisses $1 so hard their face turned red }
  41. if (%randvar3 == 3) { /describe # gives $1 a kiss that took their breath away }
  42. if (%randvar3 == 4) { /describe # gives $1 a nice LONG french kiss ;) }
  43. if (%randvar3 == 5) { /describe # grabs $1 by the collar, drags over table and smooches like crazy }
  44. if (%randvar3 == 6) { /describe # lunges over the counter and kisses $1 like crazy }
  45. if (%randvar3 == 7) { /describe # grabs $1 and french kisses for a few minutes }
  46. if (%randvar3 == 8) { /describe # }
  47. if (%randvar3 == 9) { /describe # }
  48. if (%randvar3 == 10) { /describe # }
  49. halt
  50. }
  51. describe # says "Thanks for the Donation ;)"
  52. halt
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement