havana_pool.qsrc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. # havana_pool
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. gs 'shortgs', 'setloc', 'havana_pool', 'start'
  5. $location_type = 'public_indoors'
  6. menu_off = 0
  7. minut += 5
  8. gs 'stat'
  9. gs 'themes', 'indoors'
  10. '<center><b><font color="maroon">Pool</font></b></center>'
  11. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass.jpg"></center>'
  12. 'You must wear a swimsuit in the pool.'
  13. if db >= 1 and Goraday ! daystart:act 'Search ZHoru':Goraday = daystart & gt 'city_jorahouse', 'ev42'
  14. act 'Swim': minut += 5 & gt 'havana_pool', 'a'
  15. act 'Return to dressing room': gt 'havana', 'dressing_room'
  16. end
  17. if $ARGS[0] = 'a':
  18. menu_off = 1
  19. minut += 5
  20. '<center><b><font color="maroon">Pool</font></b></center>'
  21. if pcs_magik < 4:
  22. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass.jpg"></center>'
  23. elseif kisameQW = 0:
  24. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/gym/pool/bass1.jpg"></center>'
  25. '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.'
  26. act 'Observe him':
  27. *clr & cla
  28. kisameQW = 1
  29. minut += 59
  30. gs 'exercise', 'tier1', 1, 'stren', 'vital'
  31. pcs_sweat = 10 + rand(0, 4)
  32. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisame.jpg"></center>'
  33. '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..."'
  34. act 'Say hello':
  35. cla
  36. '"Hi! I''m <<$pcs_nickname>>."'
  37. '"How about we take a swim together, <<$pcs_nickname>>?"'
  38. 'Before you''re able to answer, Kisame grabs you by the waist and takes a powerful leap into the middle of the pool.'
  39. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  40. act 'Next':gt 'kisameQW', 'start'
  41. end
  42. gs 'willpower', 'misc', 'resist'
  43. if pcs_willpwr < will_cost:
  44. 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>'
  45. else
  46. act 'Tell Kisame to fuck off (<<will_cost>> Willpower)':
  47. cla
  48. '"I don''t care who you are, fuck off!"'
  49. '"That''s not nice!" he replies.'
  50. 'Before you''re able to blink, he grabs you by the waist and throws you into the middle of the pool.'
  51. 'As you surface, you notice Kisame rapidly approaching you...'
  52. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  53. gs 'willpower', 'misc', 'resist'
  54. gs 'willpower', 'pay', 'resist'
  55. gs 'stat'
  56. act 'Next': gt 'kisameQW', 'start'
  57. end
  58. end
  59. end
  60. elseif kisameQW = 1 and KisameDead < 1:
  61. '<center><img <<$set_imgh>> src="images/characters/city/kisame/kisamev.jpg"></center>'
  62. 'Noticing you observing him, Kisame smiles and tells you, "Hi baby. Want me to fill your hot mouth with my shark-seed?"'
  63. gs 'willpower', 'bj', 'resist'
  64. if pcs_willpwr < will_cost:
  65. 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>'
  66. else
  67. act 'Attack Kisame (<<will_cost>> Willpower)':
  68. cla
  69. pcs_horny += 10
  70. gs 'willpower', 'bj', 'resist'
  71. gs 'willpower', 'pay', 'resist'
  72. gs 'stat'
  73. gs 'boyStat', 'A40'
  74. gs 'fight','initFight'
  75. gs 'fight_npcdata', 'kisame'
  76. gt 'fight', 'start'
  77. end
  78. end
  79. act 'Give him a blowjob under water':
  80. *clr & cla
  81. pcs_makeup = 1
  82. cumspclnt = 10
  83. gs 'cum_cleanup'
  84. if pcs_sweat > 15 : pcs_sweat = 10 + rand(0,4)
  85. pcs_mood += 5
  86. if pcs_stren < 40:gs 'exp_gain', 'stren', 1 + rand(0, drugVars['steroids_dose']) & gs 'obj_din', 'steroids' & ! obj_din does not have a steroids sublocation??
  87. if KisameSex = 0:KisameSex = 1 & Set guy += 1
  88. gs 'boyStat', 'A40'
  89. '<center><img <<$set_imgh>> src="images/characters/city/kisame/sex/kisamebj.jpg"></center>'
  90. '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.'
  91. gs 'arousal', 'bj', 2, 'sub'
  92. gs 'cum_call', 'mouth', 'A40', 1
  93. gs 'arousal', 'end'
  94. gs 'stat'
  95. act 'Get out of the water': gt 'havana_pool', 'start'
  96. end
  97. end
  98. if pcs_stam >= (20 * (10 - sport_clothes_exercise_bonus)) / 2:
  99. act 'Take a swim (1:00)':
  100. *clr & cla
  101. pcs_makeup = 1
  102. cumspclnt = 10
  103. gs 'cum_cleanup'
  104. gs 'exercise', 'tier1', 60, 'stren', 'vital'
  105. pcs_sweat = 10 + rand(0,4)
  106. if pcs_inhib < 50:inhib_exp += rand(1,2)
  107. if func('body_din','pregnancyVisibility') = 0:
  108. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_<<rand(1,8)>>.jpg"></center>'
  109. else
  110. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_preg_<<rand(1,4)>>.jpg"></center>'
  111. end
  112. 'You take a swim in the pool, which invigorates you, making you feel refreshed.'
  113. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  114. act 'Get out of the water': gt 'havana_pool', 'start'
  115. end
  116. end
  117. act 'Leave': gt 'havana_pool', 'start'
  118. end
  119. --- havana_pool ---------------------------------