pavlov_home.qsrc 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. # pavlov_home
  2. if $ARGS[0] = 'PavlovHome':
  3. *clr & cla
  4. minut += 1
  5. gs'stat'
  6. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/hallway.jpg"></center>'
  7. 'The hallway of your Master''s home. '
  8. act '<b>Leave Master''s Home</b>': gt 'pav_complex','start'
  9. act 'Master''s Bedroom': gt 'pavlov_home','bedroom'
  10. act 'Bathroom': gt 'pavlov_home','bathroom'
  11. act 'spare room': gt 'pavlov_home','second_bedroom'
  12. act 'Living room': gt 'pavlov_home','livingroom'
  13. act 'Kitchen': gt 'pavlov_home','kitchen'
  14. end
  15. if $ARGS[0] = 'bedroom':
  16. *clr & cla
  17. $loc = 'pavlov_home'
  18. $loc_arg = 'bedroom'
  19. $location_type = 'private'
  20. $locclass = 'bedr'
  21. !! The two variables below this are needed only if a mirror is called in that room, to help return you here after done
  22. $locM = 'pavlov_home'
  23. locM_arg = 'bedroom'
  24. minut += 1
  25. gs'stat'
  26. '<center><b><font color = maroon>Master''s Bedroom</font></b></center>'
  27. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/bedroom.jpg"></center>'
  28. 'text <a href="exec:gt ''mirror'', ''start''">mirrors</a>, and she even has a packed <a href="exec:gt ''pavlov_home'', ''Shoe Closet''">shoe closet</a>.'
  29. act 'Leave room':gt 'pavlov_home', 'hallway'
  30. end
  31. if $ARGS[0] = 'kitchen':
  32. $loc = 'pavlov_home'
  33. $loc_arg = 'kitchen'
  34. $menu_loc = 'pavlov_home'
  35. $menu_arg = 'kitchen'
  36. $locclass = 'kitr'
  37. menu_off = 0
  38. *clr & cla
  39. minut += 1
  40. gs 'stat'
  41. gs 'kit_din'
  42. '<center><b><font color = maroon>Kitchen</font></b></center>'
  43. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/kitchen.jpg"></center>'
  44. 'The room is <<$hypnoKitchenDirtiness>>, and there are dishes on most of the available surfaces.'
  45. act 'Leave':gt 'pavlov_home','hallway'
  46. act 'Look in the fridge': gt 'pavlov_home', 'fridge'
  47. dynamic $fill_bottle
  48. dynamic $driwater
  49. end
  50. if $ARGS[0] = 'fridge':
  51. menu_off = 1
  52. *clr & cla
  53. minut += 1
  54. if anushfood_day ! daystart:
  55. anushbeer_count = 2
  56. anushvodka_count = 5
  57. anushsup_count = 1
  58. end
  59. gs 'stat'
  60. if anushbeer_count = 2:
  61. $anush_beer = ' 2 beers,'
  62. elseif anushbeer_count = 1:
  63. $anush_beer = ' 1 beer,'
  64. else
  65. $anush_beer = ''
  66. end
  67. if anushvodka_count = 5:
  68. $anush_vodka = ' a full bottle of vodka,'
  69. elseif anushvodka_count = 3:
  70. $anush_vodka = ' a half-empty bottle of vodka,'
  71. elseif anushvodka_count = 1:
  72. $anush_vodka = ' a nearly empty bottle of vodka,'
  73. else
  74. $anush_vodka = ''
  75. end
  76. if anushsup_count >= 1:
  77. $anush_sup = ' some left overs'
  78. else
  79. $anush_sup = ''
  80. end
  81. if anushbeer_count = 0 and anushvodka_count = 0 and anushsup_count = 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holodpusto.jpg"></center><br><font color = red>empty shelves.</font>'
  82. if anushbeer_count > 0 and anushvodka_count > 0 and anushsup_count > 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holod'+rand(1,3)+'.jpg"></center>'
  83. 'You open the fridge and see:<<$anush_vodka>><<$anush_beer>><<$anush_sup>><<$r_pusto>>'
  84. act 'Close the refrigerator': gt 'pavlov_home', 'kitchen'
  85. if anushbeer_count > 0:
  86. act 'Have a beer':
  87. *clr & cla
  88. minut += 5
  89. gs 'drugs', 'alcohol', 'beer'
  90. anushfood_day = daystart
  91. anushbeer_count -= 1
  92. gs 'stat'
  93. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/beer'+rand(1,3)+'.jpg"></center>'
  94. 'You take a bottle of beer from the fridge and drink it, which quenches your thirst.'
  95. act 'Continue': gt 'pavlov_home', 'fridge'
  96. end
  97. end
  98. if anushvodka_count > 0:
  99. act 'Drink some vodka':
  100. *clr & cla
  101. minut += 1
  102. gs 'drugs', 'alcohol', 'vodka'
  103. anushfood_day = daystart
  104. anushvodka_count -= 1
  105. gs 'stat'
  106. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
  107. 'You pour some vodka in a glass and drink it. You shiver as you feel the warm, burning sensation slowly slide down your gullet.'
  108. act 'Put the bottle back in the fridge': gt 'pavlov_home', 'fridge'
  109. act 'Drink more vodka':
  110. *clr & cla
  111. if anushvodka_count = 0:
  112. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka0.jpg"></center>'
  113. '<font color = red>There''s no vodka left. You drank it all!</font>'
  114. elseif anushvodka_count > 0:
  115. minut += 1
  116. gs 'drugs', 'alcohol', 'vodka'
  117. anushvodka_count -= 1
  118. gs 'stat'
  119. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
  120. 'You pour yourself another glass and drain it in one gulp. Wow, that stuff is strong!'
  121. end
  122. act 'Continue': gt 'pavlov_home', 'fridge'
  123. end
  124. end
  125. end
  126. if anushsup_count > 0:
  127. act 'Eat some leftovers':
  128. *clr & cla
  129. minut += 5
  130. anushfood_day = daystart
  131. anushsup_count -= 1
  132. gs 'stat'
  133. '<center><img <<$set_imgh>> src="images/shared/food/leftovers.jpg"></center>'
  134. pcs_health += 10
  135. pcs_mood += 20
  136. fat += 2
  137. pcs_energy += 50
  138. if pcs_hydra >= 100:
  139. pcs_hydra += 20
  140. else
  141. pcs_hydra += 40
  142. end
  143. cumspclnt = 2
  144. gs 'cum_cleanup'
  145. pcs_breath = 0
  146. 'It seems to be leftovers from a ready to make meal. You wonder if anyone here knows how to cook.'
  147. act 'Continue': gt 'pavlov_home', 'fridge'
  148. end
  149. end
  150. end
  151. if $ARGS[0] = 'Livingroom':
  152. *clr & cla
  153. minut += 1
  154. gs'stat'
  155. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/livingroom.jpg"></center>'
  156. 'text'
  157. act 'Hallway':gt 'pavlov_home', 'hallway'
  158. end
  159. if $ARGS[0] = 'bathroom':
  160. $loc = 'pavlov_home'
  161. $loc_arg = 'bathroom'
  162. $locM = 'pavlov_home'
  163. $locM_arg ='bathroom'
  164. $location_type = 'bathroom'
  165. $bathtype = 'bathtub shower'
  166. *clr & cla
  167. menu_off = 0
  168. minut += 1
  169. gs 'stat'
  170. '<center><h4><font color="maroon">Bathroom</font></h4></center>'
  171. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/bathroom.jpg"></center>'
  172. 'The bathroom has seen better days. It looks like it hasn''t been cleaned for quite some time, with mold growing in the corners of the walls and floor.'
  173. 'The toilet sits along the far wall. There''s also a bathtub with an old plastic shower curtain hanging from a rod above it. It also seems that the latch on the door is broken.'
  174. 'You can do your hair and makeup in the <a href="exec:gt ''mirror'', ''start''">mirror</a> above the sink.'
  175. *nl
  176. if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0:'<a href="exec:dynamic $pirManage">Manage Piercings</a>'
  177. act 'Leave the bathroom': gt 'pavlov_home','hallway'
  178. act 'Take a shower':
  179. *clr & cla
  180. menu_off = 1
  181. minut += 10
  182. dynamic $showerdin
  183. gs 'stat'
  184. '<center><h4><font color="maroon">Bathroom</font></h4></center>'
  185. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  186. 'You take a quick shower.'
  187. act 'Take a selfie':
  188. gs 'telefon', 'Phone_selfie_image_bathing', 'shower'
  189. end
  190. act 'Get out of the shower': gt 'pavlov_home','bathroom'
  191. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  192. killvar 'temp'
  193. end
  194. dynamic $bath
  195. dynamic $bteeth
  196. dynamic $tampon
  197. dynamic $basin
  198. gs 'din_van', 'prvt_pee'
  199. end
  200. if $ARGS[0] = 'second_bedroom':
  201. $loc = 'pavlov_home'
  202. $loc_arg = 'second_bedroom'
  203. $location_type = 'private'
  204. $locclass = 'bedr'
  205. *clr & cla
  206. minut += 1
  207. gs'stat'
  208. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/pavlovhome/spareroom.jpg"></center>'
  209. 'text'
  210. act 'Hallway':gt 'pavlov_home', 'hallway'
  211. end
  212. --- home_template ---------------------------------