bass.qsrc 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. # bass
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. $loc_arg = $ARGS[0]
  5. $loc = 'bass'
  6. $location_type = 'public_indoors'
  7. $menu_loc = 'bass'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. cls
  11. minut += 5
  12. gs 'stat'
  13. gs 'themes', 'indoors'
  14. '<center><b><font color="maroon">Pool</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass.jpg"></center>'
  16. 'You must wear a swimsuit in the pool.'
  17. if db >= 1 and Goraday ! daystart:act 'Search ZHoru':Goraday = daystart & gt 'city_jorahouse', 'ev42'
  18. act 'Swim':
  19. cla
  20. minut += 5
  21. gt 'bass', 'a'
  22. end
  23. act'Return to dressing room': gt 'fit', 'dressing room'
  24. end
  25. if $ARGS[0] = 'a':
  26. cla
  27. *clr
  28. menu_off = 1
  29. minut += 5
  30. '<center><b><font color="maroon">Pool</font></b></center>'
  31. if pcs_magik < 4:'<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass.jpg"></center>'
  32. if pcs_magik >= 4 and kisameQW = 0:
  33. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass1.jpg"></center>'
  34. 'There''s a professional athlete swimming in the pool. He swims with great speed and is behaving like a fish in water, he walks over to the edge of the pool and in one motion jumps in the water right in front of you. As he looks at you, he grins, showing his shiny white teeth.'
  35. act 'Observe him':
  36. cla
  37. *clr
  38. kisameQW = 1
  39. minut += 60
  40. gs 'exercise', 'tier1', 1, 'stren_exp'
  41. pcs_sweat = 10 + rand(0,4)
  42. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisame.jpg"></center>'
  43. 'As he pulls himself out of the pool, he grabs a towel and walks up to you. Smiling he says, "Hi sweetie, my name is Kisame..."'
  44. act 'Say hello':
  45. cla
  46. '"Hi! I''m <<$pcs_nickname>>."'
  47. '"How about we take a swim together, <<$pcs_nickname>>?"'
  48. 'Before you''re able to answer, Kisame grabs you by the waist and takes a powerful leap into the middle of the pool.'
  49. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  50. act 'Next':gt 'kisameQW', 'start'
  51. end
  52. gs 'willpower', 'misc', 'resist'
  53. if will_cost <= pcs_willpwr:
  54. act 'Tell Kisame to fuck off (<<will_cost>> Willpower)':
  55. cla
  56. '"I don''t care who you are, fuck off!"'
  57. '"That''s not nice!" he replies.'
  58. 'Before you''re able to blink, he grabs you by the waist and throws you into the middle of the pool.'
  59. 'As you surface, you notice Kisame rapidly approaching you...'
  60. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  61. gs 'willpower', 'misc', 'resist'
  62. gs 'willpower', 'pay', 'resist'
  63. gs 'stat'
  64. act 'Next':gt 'kisameQW', 'start'
  65. end
  66. else
  67. act 'Tell Kisame to fuck off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  68. end
  69. end
  70. elseif kisameQW = 1 and KisameDead < 1:
  71. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisamev.jpg"></center>'
  72. 'Noticing you observing him, Kisame smiles and tells you, "Hi baby. Want me to fill your hot mouth with my shark-seed?"'
  73. gs 'willpower', 'bj', 'resist'
  74. if will_cost <= pcs_willpwr:
  75. act 'Attack Kisame (<<will_cost>> Willpower)':
  76. cla
  77. pcs_horny += 10
  78. gs 'willpower', 'bj', 'resist'
  79. gs 'willpower', 'pay', 'resist'
  80. gs 'stat'
  81. gs 'boyStat', 'A40'
  82. gs 'fight','initFight'
  83. gs 'fight_npcdata', 'kisame'
  84. gt 'fight', 'start'
  85. end
  86. else
  87. act 'Attack Kisame (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  88. end
  89. act 'Give him a blowjob under water':
  90. cla
  91. *clr
  92. pcs_makeup = 1
  93. cumspclnt = 10
  94. gs 'cum_cleanup'
  95. if pcs_sweat > 15 : pcs_sweat = 10 + rand(0,4)
  96. pcs_mood += 5
  97. if pcs_stren < 40:stren_exp += 1 + (steroid_dose - rand(0,steroid_dose)) & gs 'obj_din', 'steroids'
  98. if KisameSex = 0:KisameSex = 1 & Set guy += 1
  99. gs 'boyStat', 'A40'
  100. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisamebj.jpg"></center>'
  101. 'You close your eyes, as Kisame grins and drags you deep into the water. His strong hands press you towards his groin and you wrap your lips around his cock and within seconds Kisame finishes in your mouth.'
  102. gs 'arousal', 'bj', 2, 'sub'
  103. gs 'cum_call', 'mouth', 'A40', 1
  104. gs 'arousal', 'end'
  105. gs 'stat'
  106. act 'Get out of the water':gt 'bass', 'start'
  107. end
  108. end
  109. act 'Take a swim (1:00)':
  110. cla
  111. *clr
  112. pcs_makeup = 1
  113. cumspclnt = 10
  114. gs 'cum_cleanup'
  115. gs 'exercise', 'tier1', 60, 'stren_exp'
  116. pcs_sweat = 10 + rand(0,4)
  117. if pcs_inhib < 50:inhib_exp += rand(1,2)
  118. if func('body_din','pregnancyVisibility') = 0:
  119. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_<<rand(1,8)>>.jpg"></center>'
  120. else
  121. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_preg_<<rand(1,4)>>.jpg"></center>'
  122. end
  123. 'You take a swim in the pool, which invigorates you, making you feel refreshed.'
  124. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  125. act 'Get out of the water':gt 'bass', 'start'
  126. end
  127. act 'Leave':gt 'bass', 'start'
  128. end
  129. --- bass ---------------------------------