pav_complexb2.tw 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. :: pav_complexb2
  2. <<set $here = 'pav_complexb2'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !2021/05/02-->
  5. <!-- !SETTINGS:-->
  6. <<set $loc_arg = ''>>
  7. <<set $loc = 'pav_complexb2'>>
  8. <!-- !elevator does not work-->
  9. <<if $liftnotwork_day != $time.daystart>>
  10. <<set $liftnotwork_count = 1>>
  11. <</if>>
  12. <!-- !Apartment Uncle Misha-->
  13. <<if $mishahouse_day != $time.daystart>>
  14. <<set $mishahouse_count = 1>>
  15. <</if>>
  16. <!-- !how much money for sex give boys-->
  17. <<set $rnd_money_sex = '+rand(50,350)+'>>
  18. <<set $rnd_money_sex = $rnd_money_sex>>
  19. <!-- !================================================================================================!-->
  20. <!-- !FLOORS: ---------------------------Entrance to the town-------------------------------------- FLOORS:!-->
  21. <!-- !================================================================================================!-->
  22. <!-- !housemates-->
  23. <<if $location_var[$here][0] == 'housemates'>>
  24. <<set $menu_off = 1>>
  25. <<set $time.minutes += 1>>
  26. <<image "locations/pavlovsk/resident/apartment/stairs/housemates.jpg">>
  27. <p>Floor 1 - Apartment number</p>
  28. <p>Floor 2 - Apartment number</p>
  29. <p>Floor 3 - Apartment number</p>
  30. <p>Floor 4 - Apartment number 17: Anushka Konstantinov</p>
  31. <p>Floor 5 - Apartment number</p>
  32. <<act 'Leave'>>
  33. <<gt 'pav_complexb2' 'etaj_1'>>
  34. <</act>>
  35. <</if>>
  36. <!-- !!locked in Pavlovsk, floor 1-->
  37. <<if $location_var[$here][0] == 'etaj_1'>>
  38. <<set $menu_loc = 'pav_complexb2'>>
  39. <<set $menu_arg = 'etaj_1'>>
  40. <<set $menu_off = 0>>
  41. <<if getvar("$sound") == 0>>
  42. <</if>>
  43. <h2>Ground floor of the apartment building</h2>
  44. <<image "locations/pavlovsk/resident/apartment/podezd2.jpg">>
  45. <center>A dirty and poorly maintained stairwell, the same as any other in your town.</center>
  46. There''s a <<link "list">><<gt 'pav_complexb2' 'housemates'>><</link>> of the people who live here on the wall.
  47. Someone put up some <<link "advertisements">><<gt 'pav_complexb2' 'pod_objava'>><</link>> on the wall near the entrance.
  48. <<actCLA 'Leave the building'>>
  49. <<set $time.minutes += 1>> <<gt 'pav_complex' 'start'>>
  50. <</actCLA>>
  51. <<actCLA 'Go up to the second floor'>>
  52. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_2'>>
  53. <</actCLA>>
  54. <<act 'Take the elevator'>>
  55. <<gt 'pav_complexb2' 'lift' 'etaj_1'>>
  56. <</act>>
  57. <</if>>
  58. <!-- !floor 2-->
  59. <<if $location_var[$here][0] == 'etaj_2'>>
  60. <<set $menu_loc = 'pav_complexb2'>>
  61. <<set $menu_arg = 'etaj_2'>>
  62. <<set $menu_off = 0>>
  63. <center>2nd floor of the apartment building</center>
  64. <<image "locations/pavlovsk/resident/apartment/stairs/etaj2.jpg">>
  65. <center>The second floor stairwell is clean and well maintained. It was renovated not long ago, and the inhabitants do their best to keep it clean.</center>
  66. <<actCLA 'Go down to the first floor'>>
  67. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_1'>>
  68. <</actCLA>>
  69. <<actCLA 'Go up to the third floor'>>
  70. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_3'>>
  71. <</actCLA>>
  72. <<act 'Take the elevator'>>
  73. <<gt 'pav_complexb2' 'lift' 'etaj_2'>>
  74. <</act>>
  75. <</if>>
  76. <!-- !floor 3-->
  77. <<if $location_var[$here][0] == 'etaj_3'>>
  78. <<set $menu_loc = 'pav_complexb2'>>
  79. <<set $menu_arg = 'etaj_3'>>
  80. <<set $menu_off = 0>>
  81. <center>3rd floor of the apartment building</center>
  82. <<image "locations/pavlovsk/resident/apartment/stairs/etaj3.jpg">>
  83. <center>The third floor stairwell is clean and well maintained. It was renovated not long ago, and the inhabitants do their best to keep it clean.</center>
  84. <<actCLA 'Go down to the second floor'>>
  85. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_2'>>
  86. <</actCLA>>
  87. <<actCLA 'Go up to the fourth floor'>>
  88. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_4'>>
  89. <</actCLA>>
  90. <<act 'Take the elevator'>>
  91. <<gt 'pav_complexb2' 'lift' 'etaj_3'>>
  92. <</act>>
  93. <</if>>
  94. <!-- !floor 4-->
  95. <<if $location_var[$here][0] == 'etaj_4'>>
  96. <<set $menu_loc = 'pav_complexb2'>>
  97. <<set $menu_arg = 'etaj_4'>>
  98. <<set $menu_off = 0>>
  99. <center>4th floor of the apartment building</center>
  100. <<image "locations/pavlovsk/resident/apartment/stairs/etaj4.jpg">>
  101. <center>The fourth floor stairwell was renovated not long ago, but some hoodlums have already sprayed graffiti on the walls.</center>
  102. <<actCLA 'Go down to the third floor'>>
  103. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_3'>>
  104. <</actCLA>>
  105. <<actCLA 'Go up to the fifth floor'>>
  106. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_5'>>
  107. <</actCLA>>
  108. <<if getvar("$anushkaQW['first_visit']") != 0>>
  109. <<act 'Apartment 17: Anushka Konstantinov'>>
  110. <<gt 'anushapt' 'home'>>
  111. <</act>>
  112. <</if>>
  113. <<act 'Take the elevator'>>
  114. <<gt 'pav_complexb2' 'lift' 'etaj_4'>>
  115. <</act>>
  116. <</if>>
  117. <!-- !floor 5-->
  118. <<if $location_var[$here][0] == 'etaj_5'>>
  119. <<set $menu_loc = 'pav_complexb2'>>
  120. <<set $menu_arg = 'etaj_5'>>
  121. <<set $menu_off = 0>>
  122. <center>Floor #5</center>
  123. <<image "locations/pavlovsk/resident/apartment/stairs/etaj5.jpg">>
  124. <center>The fifth floor stairwell looks like most of the other floors, but it has a final set of stairs at the other end of the hall that go up to the roof.</center>
  125. <<actCLA 'Go down to the fourth floor'>>
  126. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'etaj_4'>>
  127. <</actCLA>>
  128. <<actCLA 'Go up to the roof'>>
  129. <<set $time.minutes += 1>> <<gt 'pav_complexb2' 'roof'>>
  130. <</actCLA>>
  131. <<act 'Take the elevator'>>
  132. <<gt 'pav_complexb2' 'lift' 'etaj_5'>>
  133. <</act>>
  134. <</if>>
  135. <!-- !!roof-->
  136. <<if $location_var[$here][0] == 'roof'>>
  137. <<set $menu_loc = 'pav_complexb2'>>
  138. <<set $menu_arg = 'roof'>>
  139. <<set $locclass to null>>
  140. <<set $menu_off = 0>>
  141. <<set $time.minutes += 1>>
  142. <center>Roof</center>
  143. <<if $time.isWinter>>
  144. <!-- !!if hour >= 8 and hour <= 21:-->
  145. <!-- !!'<<image 'locations/pavlovsk/resident/apartment/roof/roofw.jpg'>>'-->
  146. <!-- !!else-->
  147. <<image "locations/pavlovsk/resident/apartment/roof/roofw.jpg">>
  148. <!-- !!end-->
  149. <<else>>
  150. <<if $time.hour >= 8 and $time.hour <= 21>>
  151. <<image "locations/pavlovsk/resident/apartment/roof/roof.jpg">>
  152. <<else>>
  153. <<image "locations/pavlovsk/resident/apartment/roof/roofn.jpg">>
  154. <</if>>
  155. <</if>>
  156. <center>The roof is fairly flat, with the roof access door in a raised part in the middle of the roof. Along one of the walls is another door to some type of storage or maintenances access. There is several ventilation stacks on the roof as well.</center>
  157. <<actCLA 'Go down to the fifth floor'>>
  158. <<if $wardrobe.isWearingSwimwear or $wardrobe.clothingworntype == 'nude'>>
  159. <<msg '<center><font color = red>You need to get dressed first</font></center>'>>
  160. <<gt 'pav_complexb2' 'roof'>>
  161. <<else>>
  162. <<set $time.minutes += 1>>
  163. <<gt 'pav_complexb2' 'etaj_5'>>
  164. <</if>>
  165. <</actCLA>>
  166. <<if $wardrobe.isWearingSwimwear or $wardrobe.clothingworntype == 'nude'>>
  167. <<actCLA 'Change back into your clothes'>>
  168. <<set $time.minutes += 5>>
  169. <<run $wardrobe.wear_clothes_legacy('clothes',$lastwornclothingtype['swim'],$lastwornclothingnumber['swim'])>>
  170. <<run $wardrobe.wear(['panties',$lastwornpantytype['swim'],$lastwornpantynumber['swim']])>>
  171. <<run $wardrobe.wear(['bra',$lastwornbratype['swim'],$lastwornbranumber['swim']])>>
  172. <<gt 'pav_complexb2' 'roof'>>
  173. <</actCLA>>
  174. <</if>>
  175. <<if $weather.temperature >= 15 and $time.hour >= 8 and $time.hour <= 20>>
  176. <<if $wardrobe.ownsSwimmingItem and !$wardrobe.isWearingSwimwear>>
  177. <<act 'Change into a bikini'>>
  178. <<gt 'changingroom' 'view_swim_list'>>
  179. <</act>>
  180. <</if>>
  181. <<if $wardrobe.PCloswimwear == 1>>
  182. <<actCLA 'Sunbathe (1:00)'>>
  183. <<set $time.minutes += 60>>
  184. <<run $pc.skillExperienceGain('inhibition',rand(1,3))>>
  185. <<if $pc.pcs_sweat < 35>>
  186. <<run $pc.sweatAdd(5)>>
  187. <</if>>
  188. <<set $menu_off = 1>>
  189. <<set $pc.mood += 5>>
  190. <<image "locations/city/residential/apartment/zagar1.jpg">>
  191. <<if $inventory.get("sunblock") == 0>>
  192. <<set $pc.tan += 1>>
  193. You lie down to sunbathe.
  194. <<elseif $inventory.get("sunblock") > 0>>
  195. <<run $inventory.dec('sunblock',1)>>
  196. <<set $pc.tan += 3>>
  197. You put the sunblock on your body and lie down on the roof to sunbathe.
  198. <</if>>
  199. <<act 'Get Up'>>
  200. <<gt 'pav_complexb2' 'roof'>>
  201. <</act>>
  202. <</actCLA>>
  203. <</if>>
  204. <</if>>
  205. <</if>>
  206. <!-- !================================================================================================!-->
  207. <!-- !ELEVATOR: ------------------------------------------------------------------------------------ ELEVATOR:!-->
  208. <!-- !================================================================================================!-->
  209. <!-- !the lift-->
  210. <<if $location_var[$here][0] == 'lift'>>
  211. <<set $menu_off = 1>>
  212. <<set $time.minutes += 1>>
  213. <<image "locations/pavlovsk/resident/apartment/stairs/elevator.jpg">>
  214. <center>The elevator in the apartment building is quite old. The building supervisor does his best to keep it running, but it breaks down a lot. Someone put up a <<link "notification">><<gt 'pav_complexb2' 'elev_objava' $location_var[$here][1]>><</link>> in the elevator.</center>
  215. <<act 'Push button: Floor 1'>>
  216. <<gt 'pav_complexb2' 'etaj_1'>>
  217. <</act>>
  218. <<act 'Push button: Floor 2'>>
  219. <<gt 'pav_complexb2' 'etaj_2'>>
  220. <</act>>
  221. <<act 'Push button: Floor 3'>>
  222. <<gt 'pav_complexb2' 'etaj_3'>>
  223. <</act>>
  224. <<act 'Push button: Floor 4'>>
  225. <<gt 'pav_complexb2' 'etaj_4'>>
  226. <</act>>
  227. <<act 'Push button: Floor 5'>>
  228. <<gt 'pav_complexb2' 'etaj_5'>>
  229. <</act>>
  230. <<set $pod_lift_ev = RAND(0,100)>>
  231. <<if getvar("$pod_lift_ev") <= 5>>
  232. <<set $time.minutes += 1>>
  233. <<image "locations/pavlovsk/resident/apartment/stairs/event/elevator#.jpg" 1 2>>
  234. When the elevator door opens, you are surprised to see a naked woman standing in it. She looks at you in panic and is frantically pressing all the elevator buttons. You're too baffled to do anything until it's too late. The door has already closed, and the elevator is moving away from you.
  235. <<actCLA 'Leave'>>
  236. <<gt 'pav_complexb2' $location_var[$here][1]>>
  237. <</actCLA>>
  238. <<elseif getvar("$pod_lift_ev") <= 10 or getvar("$liftnotwork_count") <= 0>>
  239. <<set $time.minutes += 1>>
  240. <<set $liftnotwork_day = $time.daystart>>
  241. <<set $liftnotwork_count -= 1>>
  242. <<image "locations/pavlovsk/resident/apartment/stairs/liftnotwork.jpg">>
  243. <p>The building supervisor has put a sign on the elevator: "Dear tenants, the elevator is out of order for today. Don't worry, I should have it working again by tomorrow!"</p>
  244. <<actCLA 'Leave'>>
  245. <<gt 'pav_complexb2' $location_var[$here][1]>>
  246. <</actCLA>>
  247. <</if>>
  248. <<set $pod_lift_ev to null>>
  249. <</if>>
  250. <!-- !elevator ads-->
  251. <<if $location_var[$here][0] == 'elev_objava'>>
  252. <<set $time.minutes += 1>>
  253. <<image "locations/pavlovsk/resident/apartment/stairs/elevator_ob#.jpg" 1 2>>
  254. <<actCLA 'Continue'>>
  255. <<gt 'pav_complexb2' 'lift' $location_var[$here][1]>>
  256. <</actCLA>>
  257. <</if>>
  258. <!-- !locked ads-->
  259. <<if $location_var[$here][0] == 'pod_objava'>>
  260. <<set $time.minutes += 1>>
  261. <<image "locations/pavlovsk/resident/apartment/stairs/pod_ob#.jpg" 1 2>>
  262. <<act 'Continue'>>
  263. <<gt 'pav_complexb2' 'etaj_1'>>
  264. <</act>>
  265. <</if>>
  266. <!-- !!new scene for going to this complex if Sveta has a friendship of 50 > and has not been to Anushka''s apartment. Once she has been once this doesn''t show up again. This is a temporary way to start Anushka''s story with out having to go to detention first.-->
  267. <<if $location_var[$here][0] == 'anushkaFirst'>>
  268. <<set $menu_off = 1>>
  269. <<image "characters/shared/headshots_main/big144.jpg">>
  270. <p>As you walk into the building, you nearly run into Anushka. "Hey $pc.name_nick, what's up?"</p>
  271. <p>You're a little surprised to see her, but not disappointed. "Bored and just killing time, you know?"</p>
  272. <p>She nods and finishes checking the mail. "Yeah, I know the feeling. Want to come up to my place and hang out?"</p>
  273. <<actCLA 'I can`t'>>
  274. <<set $time.minutes += 1>> <<gt 'pav_complex' 'start'>>
  275. <</actCLA>>
  276. <<actCLA 'Sure'>>
  277. <<set $time.minutes += 2>> <<gt 'anushapt' 'firstvisit'>>
  278. <</actCLA>>
  279. <</if>>