paysex 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. # paysex
  2. if $ARGS[0] = 'start':
  3. minut += 30
  4. gang += 1
  5. sweat += 1
  6. picrand = rand(0, 1)
  7. gt 'paysex', 'var'
  8. end
  9. if $ARGS[0] = 'var':
  10. colpaysex += 1
  11. paysexrand = rand(0, 2)
  12. if paysexrand = 0:
  13. cla
  14. *clr
  15. horny += 10
  16. SUB += 1
  17. if paysxbj = 0:
  18. bj += 1
  19. paysxbj = 1
  20. end
  21. if paysxsex = 0:
  22. sex += 1
  23. paysxsex = 1
  24. end
  25. '<center><img src="images/img/paysex/vag<<picrand>>.jpg"></center>'
  26. 'While one guy fucks your pussy, you sucked the rest.'
  27. act 'More':gt 'paysex', 'var'
  28. if colpaysex > 3:
  29. act 'Finish.':gt 'paysex', 'end'
  30. end
  31. elseif paysexrand = 1:
  32. cla
  33. *clr
  34. horny += 10
  35. SUB += 1
  36. if paysxbj = 0:
  37. bj += 1
  38. paysxbj = 1
  39. end
  40. if paysxanal = 0:
  41. anal += 1
  42. paysxanal = 1
  43. end
  44. '<center><img src="images/img/paysex/anal<<picrand>>.jpg"></center>'
  45. 'While one guy fucks you in the ass, you sucked the rest.'
  46. act 'More':gt 'paysex', 'var'
  47. if colpaysex > 3:
  48. act 'Finish.':gt 'paysex', 'end'
  49. end
  50. elseif paysexrand = 2:
  51. cla
  52. *clr
  53. horny += 10
  54. if paysxbj = 0:
  55. bj += 1
  56. paysxbj = 1
  57. end
  58. if paysxsex = 0:
  59. sex += 1
  60. paysxsex = 1
  61. end
  62. if paysxanal = 0:
  63. anal += 1
  64. paysxanal = 1
  65. end
  66. '<center><img src="images/img/paysex/dp<<picrand>>.jpg"></center>'
  67. 'Fuck you in all the cracks.'
  68. act 'More':gt 'paysex', 'var'
  69. if colpaysex > 3:
  70. act 'Finish.':gt 'paysex', 'end'
  71. end
  72. end
  73. end
  74. if $ARGS[0] = 'end':
  75. cla
  76. *clr
  77. paysxbj = 0
  78. paysxsex = 0
  79. paysxanal = 0
  80. colpaysex = 0
  81. cumbelly = 1
  82. cumpussy = 1
  83. cumass = 1
  84. cumlip = 1
  85. cumface = 1
  86. if horny >= 80:
  87. horny = 0
  88. orgasm += 1
  89. end
  90. '<center><img src="images/img/paysex/cum<<picrand>>.jpg"></center>'
  91. 'When they were satisfied that you have filled in all his sperm.'
  92. act 'Leave':
  93. if picrand = 16 or picrand = 17:gt 'office', 'work'
  94. if picrand = 18:gt 'husbSex', 'dolgend'
  95. gt '<<$sexloc>>', 'start'
  96. end
  97. end
  98. --- paysex ---------------------------------