city_mansion_residence_3.qsrc 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. # city_mansion_residence_3
  2. if $ARGS[0] = 'ygym':
  3. $loc = 'city_mansion_residence_3'
  4. $loc_arg = 'ygym'
  5. $menu_loc = 'city_mansion_residence_3'
  6. $menu_arg = 'ygym'
  7. menu_off = 0
  8. minut += 1
  9. gs 'stat'
  10. *clr & cla
  11. '<center><b><font color="maroon">Gym</font></b></center>'
  12. if ymanrem[11] = 2:
  13. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_gym.jpg"></center>'
  14. elseif ymanrem[11] = 1:
  15. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_finished.jpg"></center>'
  16. else
  17. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
  18. end
  19. act 'Leave the room': minut += 1 & gt 'city_mansion_residence_1', 'yfoyer'
  20. if bassMansion = 1: act 'Go to your pool area': gt 'city_mansion_residence_3', 'ypool'
  21. if banaMansion >= 1: act 'Go to your sauna': gt 'city_mansion_residence_3', 'ysauna'
  22. if ymanrem[11] = 2:
  23. 'Your private gym with all the necessities to live a healthy life. From here you can walk over to the pool or relax in the sauna.'
  24. gs 'exercise', 'start'
  25. end
  26. end
  27. if $ARGS[0] = 'ypool':
  28. $loc = 'city_mansion_residence_3'
  29. $loc_arg = 'ypool'
  30. $menu_loc = 'city_mansion_residence_3'
  31. $menu_arg = 'ypool'
  32. $location_type = 'private'
  33. menu_off = 0
  34. minut += 1
  35. gs 'stat'
  36. *clr & cla
  37. '<center><b><font color="maroon">Swimming Pool</font></b></center>'
  38. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_pool.jpg"></center>'
  39. act 'Go back inside': minut += 1 & gt 'city_mansion_residence_1', 'yfoyer'
  40. act 'Go into your gym': gt 'city_mansion_residence_3', 'ygym'
  41. act 'Go to your sauna': gt 'city_mansion_residence_3', 'ysauna'
  42. act 'Swim (1:00)':
  43. menu_off = 1
  44. pcs_makeup = 1
  45. cumspclnt = 10
  46. gs 'cum_cleanup'
  47. minut += 60
  48. pcs_mood += 50
  49. if pcs_sweat > 10:pcs_sweat = 10 + rand(0,4)
  50. if pcs_stren < 40:stren_exp += 2
  51. fat -= 1
  52. gs 'stat'
  53. *clr & cla
  54. if func('body_din','pregnancyVisibility') = 0:
  55. if $clothingworntype = 'nude':
  56. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_nude_<<rand(1,10)>>.jpg"></center>'
  57. inhib_exp += rand(2,4)
  58. else
  59. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_<<rand(1,8)>>.jpg"></center>'
  60. if pcs_inhib < 50: inhib_exp += rand(2,4)
  61. end
  62. else
  63. if $clothingworntype = 'nude':
  64. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_nude_<<rand(1,2)>>.jpg"></center>'
  65. inhib_exp += rand(2,4)
  66. else
  67. '<center><img <<$set_imgh>> src="images/pc/activities/swim/pool/swim_bikini_preg_<<rand(1,4)>>.jpg"></center>'
  68. if pcs_inhib < 50: inhib_exp += rand(2,4)
  69. end
  70. end
  71. 'You swim in your pool. The water refreshes and invigorates you.'
  72. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the water.'
  73. act 'Get out of the water':gt 'city_mansion_residence_3', 'ypool'
  74. end
  75. end
  76. if $ARGS[0] = 'ysauna':
  77. $loc = 'city_mansion_residence_3'
  78. $loc_arg = 'ysauna'
  79. $menu_loc = 'city_mansion_residence_3'
  80. $menu_arg = 'ysauna'
  81. $location_type = 'private'
  82. menu_off = 0
  83. minut += 1
  84. gs 'stat'
  85. gs 'themes', 'indoors'
  86. *clr & cla
  87. '<center><b><font color="maroon">Sauna</font></b></center>'
  88. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_sauna.jpg"></center>'
  89. act 'Go back inside': minut += 1 & gt 'city_mansion_residence_1', 'yfoyer'
  90. act 'Go into your gym': gt 'city_mansion_residence_3', 'ygym'
  91. act 'Go to your pool': gt 'city_mansion_residence_3', 'ypool'
  92. act 'Use the sauna (1:00)':
  93. minut += 60
  94. pcs_mood += 25
  95. if sauna_daystart ! daystart:
  96. sauna_daystart = daystart
  97. pcs_mood += 25
  98. fat -= 5
  99. pcs_skin += rand(4,8)
  100. pcs_willpwr += 6
  101. end
  102. gs 'stat'
  103. *clr & cla
  104. if PCloswimwear = 1:
  105. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunabikini.jpg"></center>'
  106. if pcs_inhib < 40: inhib_exp += rand(1,2)
  107. else
  108. '<center><img <<$set_imgh>> src="images/locations/city/shared/sauna/sau.jpg"></center>'
  109. if pcs_inhib < 60: inhib_exp += rand(2,4)
  110. end
  111. 'You spend an hour relaxing in the heat of the sauna. You feel revitalised.'
  112. act 'Leave the sauna':gt 'city_mansion_residence_3', 'ysauna'
  113. end
  114. end
  115. --- city_mansion_residence_3 ---------------------------------