mod_public_WC_rab_Mayster4.qsrc 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # mod_public_WC_rab_Mayster4
  2. if $ARGS[0] = 'start':
  3. menu_off = 0
  4. $location_type = 'secluded'
  5. *clr & cla
  6. dick = 17
  7. npc_dick[$npclastgenerated] = dick
  8. gs 'npcgeneratec', 0, 'Vania', 33
  9. $boy[0] = $npclastgenerated
  10. $boydesc[0] = $npc_usedname[$npclastgenerated]
  11. gs 'boyStat', $npclastgenerated
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  14. Cumsluttrain = 1
  15. '"Ok, this is an easy one train"'
  16. '"You just need to eat food"'
  17. minut += 5
  18. gs 'stat'
  19. act 'wait':
  20. *clr & cla
  21. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  22. 'Vania puts some food on the table in front of me.'
  23. 'Then he strats to strock his dick'
  24. 'In a short time he flooded everything with his cum.'
  25. 'With wide grin Vania says "Bon appetite, Betsi!"'
  26. gs 'arousal', 'voyeur', 10, 'sub'
  27. gs 'stat'
  28. act 'eat the main dish':
  29. *clr & cla
  30. minut += rand(60,90)
  31. if bimbolevel >= 2:
  32. pcs_mood += 40
  33. 'Owww, yamy it''s good one!'
  34. end
  35. pcs_mood -= 20
  36. spafinloc = 12
  37. gs 'cum_manage'
  38. swallow += 1
  39. gs 'stat'
  40. pcs_health += 10
  41. fat += 3
  42. pcs_energy += 40
  43. if pcs_hydra >= 100:
  44. pcs_hydra += 20
  45. else
  46. pcs_hydra += 30
  47. end
  48. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/food/food ('+rand(1,4)+').jpg"></center>'
  49. act 'eat the dessert':
  50. *clr & cla
  51. minut += rand(10,30)
  52. if bimbolevel >= 2:
  53. pcs_mood += 40
  54. 'Owww, yamy it''s good one and really tasty!!'
  55. end
  56. pcs_mood -= 20
  57. spafinloc = 12
  58. gs 'cum_manage'
  59. swallow += 1
  60. gs 'stat'
  61. pcs_health += 10
  62. fat += 3
  63. pcs_energy += 40
  64. if pcs_hydra >= 100:
  65. pcs_hydra += 20
  66. else
  67. pcs_hydra += 30
  68. end
  69. if rand (1,7) >= 6:
  70. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/food/sweet/sweetv ('+rand(1,2)+').mp4"></video></center>'
  71. else
  72. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/sweet/sweet ('+rand(1,5)+').jpg"></center>'
  73. end
  74. act 'end with a great coffe.':
  75. *clr & cla
  76. minut += rand(2,10)
  77. if bimbolevel >= 2:
  78. pcs_mood += 40
  79. 'Owww, yamy it''s good one and really tasty!!'
  80. end
  81. pcs_mood -= 20
  82. spafinloc = 12
  83. gs 'cum_manage'
  84. swallow += 1
  85. gs 'stat'
  86. pcs_health += 10
  87. fat += 3
  88. pcs_energy += 40
  89. if pcs_hydra >= 100:
  90. pcs_hydra += 20
  91. else
  92. pcs_hydra += 30
  93. end
  94. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/food/tea/tea ('+rand(1,4)+').jpg"></center>'
  95. act 'Thank you master':
  96. cla
  97. vurok += rand(0,1)
  98. VaniaMayster += 1
  99. vlove += 1
  100. '"Nice work, Betsi."'
  101. '"The lesson is end"'
  102. pcs_mood += rand(0,20)
  103. gs 'stat'
  104. '"Betsi sit here..."'
  105. ztemp = rand(1,2)
  106. act 'sit and wait': gt 'mod_public_WC_rab_Mayster', 'end'
  107. end
  108. act 'wait':
  109. cla
  110. vurok += rand(0,1)
  111. '"Nice work, Betsi."'
  112. '"The lesson is end"'
  113. pcs_mood += rand(0,20)
  114. gs 'stat'
  115. '"Betsi sit here..."'
  116. ztemp = 4
  117. act 'sit and wait': gt 'mod_public_WC_rab_Mayster', 'end'
  118. end
  119. end
  120. end
  121. end
  122. end
  123. end
  124. --- mod_public_WC_rab_Mayster4 ---------------------------------