pav_pool.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. # pav_pool
  2. !! 2023/09/13
  3. !! Based on the Mod Swimlessons by Darcanlos
  4. !! Rewritten by Vengeance
  5. !! Code updated by Anjuna
  6. $loc = 'pav_pool'
  7. if $ARGS[0] = 'building' or $ARGS[0] = '':
  8. $loc_arg = 'building'
  9. $location_type = 'public_outdoors'
  10. minut += 4
  11. if hour >= 8 and hour <= 20:
  12. gs 'stat'
  13. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/entrance.jpg"></center>'
  14. 'Pavlovsk''s public swimming pool is rather dated, but still serves it''s purpose quite well.'
  15. 'The entrance fee is 100 <b>₽</b> for the full day, but students get a discount and it only costs you 60 <b>₽</b>.'
  16. if SchoolAtestat = 0:
  17. pav_swimpool['entrancefee'] = 60
  18. else
  19. pav_swimpool['entrancefee'] = 100
  20. end
  21. if pav_swimpool['entrancepaid'] = daystart:
  22. '<b>You''ve already paid the fee, so you can enter.</b>'
  23. act 'Enter': gt 'pav_pool', 'entrance'
  24. else
  25. if money < pav_swimpool['entrancefee']:
  26. act 'Pay and enter': '<br><font color="red">You don''t have enough money to pay for entrance!</font>'
  27. else
  28. act 'Pay and enter':
  29. money -= pav_swimpool['entrancefee']
  30. pav_swimpool['entrancepaid'] = daystart
  31. gs 'stat'
  32. gt 'pav_pool', 'entrance'
  33. end
  34. end
  35. end
  36. act 'Leave': gt 'pav_residential'
  37. else
  38. gs 'stat'
  39. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/entrance.jpg"></center>'
  40. 'The swimming pool is currently closed. Opening hours are from 08:00 to 21:00.'
  41. act 'Leave': gt 'pav_residential'
  42. end
  43. end
  44. if $ARGS[0] = 'entrance':
  45. minut += 2
  46. $loc_arg = 'entrance'
  47. $location_type = 'public_indoors'
  48. gs 'stat'
  49. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/entrance.jpg"></center>'
  50. 'You''re currently inside the entrance to the swimming pool.'
  51. 'From here you can access the <a href="exec:minut += 1 & gt ''pav_pool'', ''lockerfemale''">girls locker room</a>, visit the <a href="exec:minut += 1 & gt ''pav_pool'', ''cafeteria''">cafeteria</a> or browse the pool''s <a href="exec:minut += 1 & gt ''pav_pool'', ''store''">store</a>.'
  52. *nl
  53. 'There is a sign by the store''s entrance that reads: "If closed, I''m working in the pool. Be back soon." It seems like the store clerk is also the janitor.'
  54. act 'Leave': gt 'pav_pool', 'building'
  55. end
  56. if $ARGS[0] = 'store':
  57. !! Outside of the first visit. Clerk has an 80% chance of being away in the busy times and a 30% in the down times.
  58. minut += 1
  59. $loc_arg = 'store'
  60. $location_type = 'public_indoors'
  61. if pav_swimpool['storeclerkvisit'] > 0 and (( (hour >= 8 and hour <= 10) or hour >= 17) and rand(1, 10) <= 8) or rand(1, 10) <= 3:
  62. gs 'stat'
  63. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/store.jpg"></center>'
  64. 'The store is closed right now. The clerk must be doing janitor work somewhere.'
  65. act 'Leave': gt 'pav_pool', 'entrance'
  66. else
  67. gs 'stat'
  68. '<center><h3Pool Store</h3></center>'
  69. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/store.jpg"></center>'
  70. 'The store is small and barely has anything on display, but they might have some swimwear available. There is a divider if you wish to try anything on, but it doesn''t seem to offer much privacy.'
  71. !!Buy one specific swimsuit
  72. act 'Ask for swimwear':
  73. if scandalicious_bikinis[46] = 1:
  74. *clr & cla
  75. minut += 1
  76. gs 'stat'
  77. '<center><h3>Pool Store</h3></center>'
  78. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/storeclerk.jpg"></center>'
  79. 'You already own a bikini which looks similar to the one they have on sale here.'
  80. act 'Continue': gt 'pav_pool', 'store'
  81. else
  82. gt 'pav_pool_events', 'store_simsuit_buy'
  83. end
  84. end
  85. act 'Leave': gt 'pav_pool', 'entrance'
  86. end
  87. end
  88. if $ARGS[0] = 'lockerfemale':
  89. !! Clothing change events
  90. !!-------------------------------------------------------------------!!
  91. $loc = 'pav_pool'
  92. $loc_arg = 'lockerfemale'
  93. $location_type = 'private'
  94. if $temp_curclothes = 'nude':
  95. killvar '$temp_curclothes'
  96. if PCloswimwear = 1:
  97. !! Locker events nude -> swimwear
  98. elseif $clothingworntype ! 'nude' or $pantyworntype ! 'none':
  99. !! Locker events nude -> normal clothing
  100. gt 'pav_pool_events', 'locker_nude_to_clothed'
  101. end
  102. elseif $temp_curclothes = 'swimwear':
  103. killvar '$temp_curclothes'
  104. if $clothingworntype = 'nude' and $pantyworntype = 'none':
  105. !! Locker events swim -> nude
  106. gt 'pav_pool_events', 'locker_swim_to_nude'
  107. elseif PCloswimwear ! 1:
  108. !! Locker events swim -> clothing
  109. end
  110. elseif $temp_curclothes = 'norm':
  111. killvar '$temp_curclothes'
  112. if $clothingworntype = 'nude' and $pantyworntype = 'none':
  113. !! Locker events clothing -> nude
  114. gt 'pav_pool_events', 'locker_clothed_to_nude'
  115. elseif PCloswimwear = 1:
  116. !! Locker events clothing -> swim
  117. end
  118. end
  119. !!-------------------------------------------------------------------!!
  120. !!ARGS[1] = 1 prevents this event from triggering repeatedly
  121. if rand(1,10) = 1 and $clothingworntype = 'nude' and $pantyworntype = 'none' and ARGS[1] = 0:
  122. gt 'pav_pool_events', 'naked_locker'
  123. end
  124. minut += 1
  125. gs 'stat'
  126. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/lockers.jpg"></center>'
  127. 'The changing rooms are old and murky. They are uncomfortable, cramped and you always feel compelled to leave as quickly as possible. The small windows on one side don''t make you feel any better.'
  128. 'From here you can access the <a href="exec:minut += 1 & gt ''pav_pool'', ''showerfemale''">showers</a> or go to the <a href="exec:minut += 1 & gt ''pav_pool'', ''mirror''">mirrors</a> area, highly contested in busy times. You can also access the pool, but only if you''re wearing swimwear.'
  129. if func('changingroom','count_swim_item') > 0:
  130. act 'Change your clothes':
  131. !!Remember current clothes for clothing change events
  132. if $clothingworntype = 'nude' and $pantyworntype = 'none':
  133. $temp_curclothes = 'nude'
  134. elseif PCloswimwear = 1:
  135. $temp_curclothes = 'swimwear'
  136. else
  137. $temp_curclothes = 'norm'
  138. end
  139. $loc = 'pav_pool'
  140. $loc_arg = 'lockerfemale'
  141. !!Ignore Inhibition through willpower
  142. gt 'changingroom', 'view_swim_list', 1
  143. end
  144. else
  145. *nl
  146. 'You should buy some swimwear if you intend on spending time at the pool.'
  147. *nl
  148. end
  149. if PCloswimwear = 1:
  150. gs 'shoes', 'strip'
  151. act 'Enter the pool area':
  152. !if $clothingworntype = 'swimwear' or $clothingworntype = 'scandalicious_swimsuit' or $clothingworntype = 'scandalicious_bikinis' or $clothingworntype = 'allure_swimsuit':
  153. gt 'pav_pool', 'pool'
  154. end
  155. else
  156. *nl
  157. 'You need to put some swimwear on first if you want to go in the pool.'
  158. *nl
  159. end
  160. act 'Leave':
  161. if PCloswimwear = 1 or $clothingworntype = 'nude':
  162. cla
  163. 'You need to get dressed first!'
  164. act 'Return': gt 'pav_pool', 'lockerfemale'
  165. else
  166. minut += 3
  167. gs 'stat'
  168. gt 'pav_pool', 'entrance'
  169. end
  170. end
  171. end
  172. if $ARGS[0] = 'showerfemale':
  173. $loc_arg = 'showerfemale'
  174. $location_type = 'private'
  175. menu_off = 1
  176. minut += 1
  177. gs 'stat'
  178. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/showergirl.jpg"></center>'
  179. 'The showers have seen better days. Thankfully, the water from the shower is very warm and feels great on your skin.'
  180. if $clothingworntype ! 'nude':
  181. 'You need to strip before you can shower.'
  182. else
  183. act 'Take a shower':
  184. *clr & cla
  185. minut += 15
  186. dynamic $showerdin
  187. gs 'stat'
  188. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/watch2.jpg"></center>'
  189. if hour >= 8 and hour < 10:
  190. 'Almost nobody comes here this early in the morning, so you have the shower to yourself.'
  191. elseif hour >= 10 and hour < 12:
  192. 'The pool is rather busy at this time, mostly with families with children and a few older people. An older woman is showering right now, but it''s otherwise quiet.'
  193. elseif hour >= 12 and hour < 18:
  194. 'The pool and showers are crowded and you have to wait for someone else to finish first.'
  195. elseif hour >= 18 and hour < 20:
  196. 'Not many people visit the pool this late in the evening, with only a handful of adults coming for an after work swim. You have the shower to yourself.'
  197. elseif hour >= 20 and hour < 21:
  198. 'It''s rather late and the pool will be closing soon. You think you''re among the last people in the building, so you''re alone and can enjoy the shower all to yourself.'
  199. end
  200. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  201. if rand(1,3) = 1 and hour >= 18 and hour < 21:
  202. act 'Finish': gt 'pav_pool_events', 'shower_late'
  203. else
  204. act 'Finish': gt 'pav_pool', 'showerfemale'
  205. end
  206. end
  207. end
  208. act 'Go back to the changing room': gt 'pav_pool', 'lockerfemale'
  209. end
  210. if $ARGS[0] = 'mirror':
  211. !! ARGS[1] = 1 prevents the same event from triggering repeatedly.
  212. $loc_arg = 'mirror'
  213. $location_type = 'private'
  214. if rand(1,10) = 1 and $clothingworntype = 'nude' and $pantyworntype = 'none' and ARGS[1] = 0:
  215. gt 'pav_pool_events', 'naked_mirror'
  216. end
  217. minut += 1
  218. gs 'stat'
  219. $locM = 'pav_pool'
  220. $locM_arg = 'mirror'
  221. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/mirrorsink.jpg"></center>'
  222. 'The area where the <a href="exec:minut += 1 & gt ''mirror'', ''start''">mirrors</a> are is just as murky as the rest of the changing room. It''s almost like the owners don''t care about the dilapidated appearance.'
  223. if $clothingworntype = 'nude':
  224. *nl
  225. 'You are completely naked.'
  226. end
  227. act 'Go back to the changing room': gt 'pav_pool', 'lockerfemale'
  228. if cumloc[11] = 1 or cumloc[12] or cumloc[16] = 1:
  229. act 'Clean the cum from your face':
  230. *clr & cla
  231. menu_off = 1
  232. minut += 5
  233. pcs_makeup = 1
  234. cumspclnt = 9
  235. gs 'cum_cleanup'
  236. cumspclnt = 13
  237. gs 'cum_cleanup'
  238. if pcs_sweat > 19 : pcs_sweat -= 5
  239. gs 'stat'
  240. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/washface.jpg"></center>'
  241. 'You carefully wash the cum from your face at the sink.'
  242. act 'Finish': gt 'pav_pool', 'mirror'
  243. end
  244. end
  245. end
  246. if $ARGS[0]= 'cafeteria':
  247. *clr & cla
  248. $loc_arg = 'cafetaria'
  249. $location_type = 'public_indoors'
  250. minut += 1
  251. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/cafeteria<<rand(1,2)>>.jpg"></center>'
  252. 'The cafeteria doesn''t have a lot on the menu and only offers some basic snacks.'
  253. 'Two girls are currently ordering from the cashier.'
  254. act 'Order':
  255. *clr & cla
  256. minut += 1
  257. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/cafeteriaturn.jpg"></center>'
  258. 'It''s finally your turn and you sit on one of the stools while you order.'
  259. if money < 100:
  260. 'You don''t have enough money to buy a snack.'
  261. act 'Return': gt 'pav_pool', 'cafeteria'
  262. else
  263. act 'Buy a snack (100 <b>₽</b>) (0:05)':
  264. *clr & cla
  265. gs 'stat'
  266. minut += 5
  267. money -= 100
  268. pcs_health += 10
  269. pcs_mood += 20
  270. fat += 6
  271. pcs_energy += 20
  272. if pcs_hydra >= 100:
  273. pcs_hydra += 10
  274. else
  275. pcs_hydra += 20
  276. end
  277. cumspclnt = 2
  278. gs 'cum_cleanup'
  279. pcs_breath = 0
  280. gs 'food', 'aftermeal'
  281. '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
  282. 'You enjoy a small tasty, but somewhat fattening, snack.'
  283. gs 'stat'
  284. act 'Return': gt 'pav_pool', 'cafeteria'
  285. end
  286. end
  287. act 'Drink some water (0:05)':
  288. *clr & cla
  289. frost = 1
  290. if alko > 0: alko -= 1
  291. minut += 5
  292. pcs_health += 10
  293. pcs_energy += 4
  294. if pcs_hydra >= 100:
  295. pcs_hydra += 25
  296. else
  297. pcs_hydra += 50
  298. end
  299. cumspclnt = 2
  300. gs 'cum_cleanup'
  301. pcs_breath = 0
  302. gs 'beverage', 'afterdrink'
  303. gs 'stat'
  304. '<center><img <<$set_imgh>> src="images/locations/shared/brothel/barorderwater.jpg"></center>'
  305. 'You enjoy a glass of water.'
  306. act 'Return': gt 'pav_pool', 'cafeteria'
  307. end
  308. act 'Leave': gt 'pav_pool', 'pool'
  309. end
  310. end
  311. if $ARGS[0] = 'pool':
  312. *clr & cla
  313. $loc_arg = 'pool'
  314. $location_type = 'public_indoors'
  315. minut += 1
  316. gs 'stat'
  317. if hour >= 8 and hour < 10:
  318. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool1.jpg"></center>'
  319. 'The pool is almost empty this early in the morning. You can enjoy it almost all to yourself.'
  320. elseif hour >= 10 and hour < 12:
  321. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool2.jpg"></center>'
  322. 'The pool is mostly used by families with children and older people at this time.'
  323. elseif hour >= 12 and hour < 18:
  324. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool3.jpg"></center>'
  325. 'The pool is crowded with all kinds of people. This won''t be a relaxing swim...'
  326. elseif hour >= 18 and hour < 20:
  327. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool4.jpg"></center>'
  328. 'Not many visit the pool this late in the evening, with only a few adults coming for an after work swim.'
  329. elseif hour >= 20 and hour < 21:
  330. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/pool5.jpg"></center>'
  331. 'It''s rather late and the pool will be closing soon, so you''re mostly alone and can enjoy the pool all to yourself.'
  332. end
  333. 'The pool is rather old, but still has a certain charm to it. The wall to wall windows allow for a nice atmosphere during the day and there is an upper balcony where people often watch from above.'
  334. 'From here you can access the <a href="exec:minut += 1 & gt ''pav_pool'', ''lockerfemale''">female locker room</a>.'
  335. act 'Climb into the pool':
  336. *clr & cla
  337. minut += 1
  338. gs 'stat'
  339. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/ladder<<rand(1,2)>>.jpg"></center>'
  340. 'You slowly climb down the ladder into the pool, probing the temperature as you go down.'
  341. act 'Continue': gt 'pav_pool', 'poolwater'
  342. end
  343. act 'Dive into the water':
  344. *clr & cla
  345. minut += 1
  346. gs 'stat'
  347. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/diving.jpg"></center>'
  348. if pcs_agil < 45:
  349. 'You climb up to the top of the diving board and try to jump elegantly into the water, but the landing is anything but that...'
  350. temp_rand = rand(1,100)
  351. if temp_rand < 20:
  352. act 'Continue':
  353. *clr & cla
  354. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/bareass.jpg"></center>'
  355. 'As you enter the water, your bikini bottom slides down your legs and leaves your ass exposed. Thankfully, nobody seems to notice and you quickly pull it up before anyone sees you.'
  356. act 'Continue': gt 'pav_pool', 'poolwater'
  357. end
  358. elseif temp_rand => 20 and temp_rand < 40:
  359. act 'Continue':
  360. *clr & cla
  361. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/toploosen.jpg"></center>'
  362. 'As you enter the water, the knot of your bikini top loosens and your breasts pop out. Thankfully, nobody seems to notice and you quickly tie it back on before anyone sees you.'
  363. act 'Continue': gt 'pav_pool', 'poolwater'
  364. end
  365. elseif temp_rand => 40 and temp_rand < 50:
  366. act 'Continue':
  367. *clr & cla
  368. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/losttop.jpg"></center>'
  369. 'You dive into the pool and pop your head out of the water thinking that you still need to improve on your diving when you hear some boys giggling and looking at you. It''s then that you realize your bikini top is gone!'
  370. 'You cover your breasts and frantically look for your bikini top. Thankfully, you spot it floating nearby, grab it and quickly put it back on. The boys smile at you and leave.'
  371. pcs_mood -= 3
  372. act 'Continue': gt 'pav_pool', 'poolwater'
  373. end
  374. elseif temp_rand => 50 and temp_rand < 60:
  375. act 'Continue':
  376. *clr & cla
  377. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/bottomlost2.jpg"></center>'
  378. 'You dive into the pool and pop your head out of the water thinking that you still need to improve your diving when you feel the water tickling your bare pussy and realize that your bikini bottom is gone!'
  379. 'You cover your groin and frantically look for your bikini bottom. Thankfully, you spot it floating nearby, grab it and quickly slide it back on before anyone notices.'
  380. pcs_mood -= 3
  381. act 'Continue': gt 'pav_pool', 'poolwater'
  382. end
  383. end
  384. elseif pcs_agil >= 45 and pcs_agil <= 70:
  385. 'You climb up to the top of the diving board and jump, but end up painfully bellyflopping into the water. You need to practice being more agile.'
  386. else
  387. 'You climb up to the top of the diving board and make a very elegant jump, sliding into the water without causing a single ripple.'
  388. end
  389. act 'Continue': gt 'pav_pool', 'poolwater'
  390. end
  391. act 'Sit with your feet in the water': gt 'pav_pool_events', 'feetwater'
  392. end
  393. if $ARGS[0]= 'poolwater':
  394. minut += 1
  395. $loc_arg = 'poolwater'
  396. $location_type = 'public_indoors'
  397. pcs_hairbsh = 0
  398. cumspclnt = 10
  399. gs 'cum_cleanup'
  400. gs 'stat'
  401. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/inwater1.jpg"></center>'
  402. 'You are in the water. It feels very relaxing.'
  403. if hour >= 8 and hour < 10:
  404. 'The pool is almost empty this early in the morning, so you have it almost all to yourself.'
  405. elseif hour >= 10 and hour < 12:
  406. 'The pool mostly contains families with children and older people swimming.'
  407. elseif hour >= 12 and hour < 18:
  408. 'The pool is crowded with all kinds of people. It''s difficult to move around and exercising will be impossible.'
  409. elseif hour >= 18 and hour < 20:
  410. 'Not many visit the pool this late in the evening, with only a few adults in the water.'
  411. elseif hour >= 20 and hour < 21:
  412. 'It''s rather late and the pool will be closing soon. You are among the last people in the building, so you can enjoy the pool all to yourself.'
  413. end
  414. if hour >= 10 and hour < 18:
  415. 'It''s rather busy, but you can try to do a bit of swimming or dive for a bit of fun. You could also just try to relax at the edge of the pool or right here in the water.'
  416. else
  417. 'The pool is almost empty, so you''re free to do a bit of relaxed swimming, exercise with a more powerful swim or dive for a bit of fun. You could also just relax at the edge of the pool or right here in the water.'
  418. end
  419. if hour >= 8 and hour < 21:
  420. act 'Relaxed swim': gt 'pav_pool_events', 'relaxedswim'
  421. if hour < 12 or hour >= 18:
  422. act 'Exercise': gt 'pav_pool_events', 'exerciseswim'
  423. end
  424. act 'Dive': gt 'pav_pool_events', 'dive'
  425. act 'Relax at the edge of the pool': gt 'pav_pool_events', 'edgepool'
  426. act 'Relax in the water': gt 'pav_pool_events', 'relaxedwater'
  427. end
  428. act 'Exit pool': gt 'pav_pool', 'exitpool'
  429. end
  430. if $ARGS[0]= 'exitpool':
  431. minut += 1
  432. $loc_arg = 'exitpool'
  433. gs 'stat'
  434. temp_rand = rand(1,15)
  435. if temp_rand <= 4 and PCloOnePiece = 0 and hour >= 10 and hour < 18:
  436. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/exitloosebra.jpg"></center>'
  437. 'As you exit the pool, you don''t notice that your top has loosened and your breasts are almost on full display for all to see.'
  438. act 'Continue':
  439. *clr & cla
  440. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/lostbra.jpg"></center>'
  441. 'You finally notice when your top falls off and your breasts are fully exposed. You cover them as best as you can, but a group of boys have already seen you and seem to be enjoying the show.'
  442. '"Oh, come on! We already saw them, let us see some more!"'
  443. 'You pick up your bikini top, trying not to show anything else and run towards the locker rooms to put it back on.'
  444. pcs_mood -= 5
  445. act 'Continue': gt 'pav_pool', 'lockerfemale'
  446. end
  447. elseif temp_rand = 5 and PCloOnePiece = 0 and hour >= 10 and hour < 18:
  448. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/exitloosebra.jpg"></center>'
  449. 'As you exit the pool, you don''t notice that your bikini top has loosened and your breasts are almost on full display for all to see.'
  450. act 'Continue':
  451. *clr & cla
  452. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/bratkid.jpg"></center>'
  453. 'You finally notice when your top falls off and your breasts are completely exposed. You cover them as best as you can and turn around to look for your top just in time to see a boy pick it up with a devious smile.'
  454. '"If you want it back, come and get it!" He then jumps in the water and swims off.'
  455. act 'Run to the locker room':
  456. cla
  457. 'Blushing in embarrassment, you run to the locker room. Once there you strip naked. You can get rid of this bottom since it''s useless now.'
  458. dynamic $clothingworntype + '[<<clothingwornnumber>>] = 0'
  459. gs 'clothing', 'strip'
  460. act 'Continue': gt 'pav_pool', 'lockerfemale'
  461. end
  462. act 'Jump into the water after him':
  463. pav_swimpool['boystole'] = 1
  464. pav_swimpool['toplost'] = 1
  465. *clr & cla
  466. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/toplesspool.jpg"></center>'
  467. 'You jump bravely into the water after him. He swims off towards the other side of the pool and you attempt to follow, but the pool is full and many notice your lewdness. You suddenly realize, stop and cover yourself as a number of people stare at you.'
  468. 'You could try to reach the edge of the pool, but you would have to get very close to other people. You could also wait and hope that the pool empties a little without calling attention to yourself.'
  469. act 'Wait': gt 'pav_pool_events', 'watertoplost'
  470. act 'Try to reach the edge': gt 'pav_pool_events', 'tryreachedge'
  471. end
  472. end
  473. else
  474. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/swim/ladder<<rand(1,2)>>.jpg"></center>'
  475. 'You climb out of the pool.'
  476. act 'Continue': gt 'pav_pool', 'pool'
  477. end
  478. end
  479. --- pav_pool ---------------------------------