HotelRoom.tw 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. :: HotelRoom
  2. <<set $here = 'HotelRoom'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'normal'>>
  5. <<set $locM_arg = 'normal'>>
  6. <<set $locM = 'HotelRoom'>>
  7. <<set $loc_arg = 'normal'>>
  8. <<set $loc = 'HotelRoom'>>
  9. <<set $prevloc = $loc>>
  10. <<set $location_type = 'private'>>
  11. <<set $menu_loc = 'HotelRoom'>>
  12. <<set $menu_arg = 'normal'>>
  13. <<set $menu_off = 0>>
  14. <<set $hotelWiFi = 1>>
  15. <<gs 'themes' 'indoors'>>
  16. <<gs 'internet_mobile' 'get_access' 'free'>>
  17. <center><b><font color = maroon>Your normal hotel room</font></b></center>
  18. <center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>
  19. <<image "locations/pavlovsk/hotel/hotel.room.normal.jpg">>
  20. Your hotel room is not very large, but it has everything you need and is quite stylish. The large <<link "double bed">><<gt 'bed2'>><</link>> takes up most of the room. A modern <<link "wardrobe">><<gt 'wardrobe' 'start'>><</link>> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <<link "mirror">><<gt 'mirror' 'start'>><</link>>. The door to the <<link "bathroom">><<gt 'hotelroom' 'shower1'>><</link>> is to the right.
  21. 'Your hotel room also has a <<link 'computer'>><<gt 'HotelRoom' 'tv'">TV</a>'+iif(komp = 1 ' and your <a href="exec: gt 'komp' 'start'>><</link>> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
  22. <<if $ml_guitar['location'] == $loc>>
  23. Your guitar rests on its stand next to your bed.
  24. <</if>>
  25. <<gs 'music_actions' 'music_icon'>>
  26. <<actCLA 'Go to the hotel lobby'>>
  27. <<if $wardrobe.clothingworntype != 'nude'>>
  28. <<set $hotelWiFi = 0>>
  29. <<gt $hotel>>
  30. <<set $hotel to null>>
  31. <<else>>
  32. <<msg '<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'>>
  33. <<gt 'HotelRoom' 'normal'>>
  34. <</if>>
  35. <</actCLA>>
  36. <<if getvar("$hotelRoom["+$hotel+"]") != 0>>
  37. <<if $finances.cash >= 100>>
  38. <<actCLA 'Order room service (0:30) (100 <b>₽</b>)'>>
  39. <<gt 'beverage' 'h_food'>>
  40. <</actCLA>>
  41. <</if>>
  42. <<actCLA 'Drink some water (0:01)'>>
  43. <<gt 'beverage' 'bev_wat'>>
  44. <</actCLA>>
  45. <<if $hotel == 'pav_hotel'>>
  46. <<gs 'prostitution_functions' 'prostitute_outfit_at_home'>>
  47. <</if>>
  48. <<fatdel>>
  49. <<lekarstvo>>
  50. $inventory.get("vitamin")
  51. <</if>>
  52. <</if>>
  53. <<if $location_var[$here][0] == 'better'>>
  54. <<set $locM_arg = 'better'>>
  55. <<set $locM = 'HotelRoom'>>
  56. <<set $loc_arg = 'better'>>
  57. <<set $loc = 'HotelRoom'>>
  58. <<set $prevloc = $loc>>
  59. <<set $menu_loc = 'HotelRoom'>>
  60. <<set $menu_arg = 'better'>>
  61. <<set $menu_off = 0>>
  62. <<set $hotelWiFi = 1>>
  63. <<set $location_type = 'private'>>
  64. <<gs 'themes' 'indoors'>>
  65. <<gs 'internet_mobile' 'get_access' 'free'>>
  66. <center><b><font color = maroon>Your luxury room</font></b></center>
  67. <center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>
  68. <<image "locations/pavlovsk/hotel/hotel.room.better.jpg">>
  69. Your hotel room is not very large, but it has everything you need and is quite stylish. The large <<link "double bed">><<gt 'bed2'>><</link>> takes up most of the room. A modern <<link "wardrobe">><<gt 'wardrobe' 'start'>><</link>> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <<link "mirror">><<gt 'mirror' 'start'>><</link>>. The door to the <<link "bathroom">><<gt 'hotelroom' 'shower1'>><</link>> is to the right.
  70. 'Your hotel room also has a small flat-screen <<link 'computer'>><<gt 'HotelRoom' 'tv'">TV</a>'+iif(komp = 1 ' and your <a href="exec: gt 'komp' 'start'>><</link>> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
  71. <<if $ml_guitar['location'] == $loc>>
  72. Your guitar rests on its stand next to your bed.
  73. <</if>>
  74. <<gs 'music_actions' 'music_icon'>>
  75. <<actCLA 'Go to the hotel lobby'>>
  76. <<if $wardrobe.clothingworntype != 'nude'>>
  77. <<set $hotelWiFi = 0>>
  78. <<gt $hotel>>
  79. <<set $hotel to null>>
  80. <<else>>
  81. <<msg '<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'>>
  82. <<gt 'HotelRoom' 'better'>>
  83. <</if>>
  84. <</actCLA>>
  85. <<if getvar("$hotelRoom["+$hotel+"]") != 0>>
  86. <<if $finances.cash >= 100>>
  87. <<actCLA 'Order room service (0:30) (100 <b>₽</b>)'>>
  88. <<gt 'beverage' 'h_food'>>
  89. <</actCLA>>
  90. <</if>>
  91. <<actCLA 'Drink some water (0:01)'>>
  92. <<gt 'beverage' 'bev_wat'>>
  93. <</actCLA>>
  94. <<actCLA 'Have a coffee (0:05)'>>
  95. <<gt 'beverage' 'bev_cof'>>
  96. <</actCLA>>
  97. <<if $hotel == 'pav_hotel'>>
  98. <<gs 'prostitution_functions' 'prostitute_outfit_at_home'>>
  99. <</if>>
  100. <<fatdel>>
  101. <<lekarstvo>>
  102. $inventory.get("vitamin")
  103. <</if>>
  104. <</if>>
  105. <<if $location_var[$here][0] == 'best'>>
  106. <<set $locM_arg = 'best'>>
  107. <<set $locM = 'HotelRoom'>>
  108. <<set $loc_arg = 'best'>>
  109. <<set $loc = 'HotelRoom'>>
  110. <<set $prevloc = $loc>>
  111. <<set $menu_loc = 'HotelRoom'>>
  112. <<set $menu_arg = 'best'>>
  113. <<set $menu_off = 0>>
  114. <<set $hotelWiFi = 1>>
  115. <<set $location_type = 'private'>>
  116. <<gs 'themes' 'indoors'>>
  117. <<gs 'internet_mobile' 'get_access' 'free'>>
  118. <center><b><font color = maroon>Your royal suite</font></b></center>
  119. <center>You have paid to stay for <<hotelRoomDays[$hotel] - daystart>> more nights in the room.</center>
  120. <<image "locations/pavlovsk/hotel/hotel.room.best.jpg">>
  121. Your hotel room is quite spacious, and is beautifully furnished. For a second, you wonder why a hotel in a town like Pavlovsk even has such a luxurious suite. The room is filled with expensive appliances. The gorgeous <<link "double bed">><<gt 'bed2'>><</link>> takes up most of the room. A modern <<link "wardrobe">><<gt 'wardrobe' 'start'>><</link>> (where you can choose outfits and organize your clothing) stands near the entrance of the room. Next to the door, you can find a <<link "mirror">><<gt 'mirror' 'start'>><</link>>. The door to the <<link "bathroom">><<gt 'hotelroom' 'shower1'>><</link>> is to the right.
  122. 'Your hotel room also has a huge flat-screen <<link 'computer'>><<gt 'HotelRoom' 'tv'">TV</a>'+iif(komp = 1 ' and your <a href="exec: gt 'komp' 'start'>><</link>> is on the desk. The hotel offers all guests free Wi-Fi.', '.')
  123. <<if $ml_guitar['location'] == $loc>>
  124. Your guitar rests on its stand next to your bed.
  125. <</if>>
  126. <<gs 'music_actions' 'music_icon'>>
  127. <<actCLA 'Go to the hotel lobby'>>
  128. <<if $wardrobe.clothingworntype != 'nude'>>
  129. <<set $hotelWiFi = 0>>
  130. <<gt $hotel>>
  131. <<set $hotel to null>>
  132. <<else>>
  133. <<msg '<b><font color = red>You need to get dressed before leaving your hotel room.</font></b>'>>
  134. <<gt 'HotelRoom' 'best'>>
  135. <</if>>
  136. <</actCLA>>
  137. <<if getvar("$hotelRoom["+$hotel+"]") != 0>>
  138. <<if $finances.cash >= 100>>
  139. <<actCLA 'Order room service (0:30) (100 <b>₽</b>)'>>
  140. <<gt 'beverage' 'h_food'>>
  141. <</actCLA>>
  142. <</if>>
  143. <<actCLA 'Drink some water (0:01)'>>
  144. <<gt 'beverage' 'bev_wat'>>
  145. <</actCLA>>
  146. <<actCLA 'Have a coffee (0:05)'>>
  147. <<gt 'beverage' 'bev_cof'>>
  148. <</actCLA>>
  149. <<actCLA 'Make some tea (0:05)'>>
  150. <<gt 'beverage' 'bev_tea'>>
  151. <</actCLA>>
  152. <<if $hotel == 'pav_hotel'>>
  153. <<gs 'prostitution_functions' 'prostitute_outfit_at_home'>>
  154. <</if>>
  155. <<fatdel>>
  156. <<lekarstvo>>
  157. $inventory.get("vitamin")
  158. <</if>>
  159. <</if>>
  160. <<if $location_var[$here][0] == 'shower1'>>
  161. <<set $time.minutes += 1>>
  162. <<set $hotelShampoo = 1>>
  163. <<set $locM_arg = 'shower1'>>
  164. <<set $locM = 'HotelRoom'>>
  165. <<set $loc_arg = 'shower1'>>
  166. <<set $loc = 'HotelRoom'>>
  167. <<set $location_type = 'bathroom'>>
  168. <<gs 'themes' 'indoors'>>
  169. <center><b><font color = maroon>The bathroom of your hotel room</font></b></center>
  170. <<if getvar("$hotelRoom["+$hotel+"]") == 1>>
  171. <<image "locations/pavlovsk/hotel/hotel.room.normal1.jpg">>
  172. <<elseif getvar("$hotelRoom["+$hotel+"]") == 2>>
  173. <<image "locations/pavlovsk/hotel/hotel.room.better1.jpg">>
  174. <<elseif getvar("$hotelRoom["+$hotel+"]") == 3>>
  175. <<image "locations/pavlovsk/hotel/hotel.room.best1.jpg">>
  176. <</if>>
  177. <<if getvar("$hotelRoom["+$hotel+"]") == 0>>
  178. <<actCLA 'Return to lobby (It is past checkout time)'>>
  179. <<set $hotelWiFi = 0>>
  180. <<gt $hotel>>
  181. <<set $hotel to null>>
  182. <</actCLA>>
  183. <<else>>
  184. <<actCLA 'Return to your room'>>
  185. <<set $hotelShampoo = 0>>
  186. <<if getvar("$hotelRoom["+$hotel+"]") == 1>>
  187. <<gt 'HotelRoom' 'normal'>>
  188. <<elseif getvar("$hotelRoom["+$hotel+"]") == 2>>
  189. <<gt 'HotelRoom' 'better'>>
  190. <<elseif getvar("$hotelRoom["+$hotel+"]") == 3>>
  191. <<gt 'HotelRoom' 'best'>>
  192. <</if>>
  193. <</actCLA>>
  194. <</if>>
  195. <<set gs 'din_van' , 'private' , 'hotelroom' , iif(hotelRoom[$hotel] = 1, '', 'bath')>>
  196. <</if>>
  197. <<if $location_var[$here][0] == 'tv'>>
  198. <<image `'locations/pavlovsk/hotel/tv<<hotelroom>>.jpg'`>>
  199. You turn on the TV and make yourself comfortable on the bed.
  200. <<if getvar("$hotelRoom["+$hotel+"]") == 0>>
  201. <<actCLA 'Return to lobby (It is past checkout time)'>>
  202. <<set $hotelWiFi = 0>>
  203. <<gt $hotel>>
  204. <<set $hotel to null>>
  205. <</actCLA>>
  206. <<else>>
  207. <<actCLA 'Get up from the bed'>>
  208. <<gt $location>>
  209. <</actCLA>>
  210. <<actCLA 'Watch TV (1:00)'>>
  211. <<gt 'hotelroom' 'watch_tv'>>
  212. <</actCLA>>
  213. <</if>>
  214. <</if>>
  215. <<if $location_var[$here][0] == 'watch_tv'>>
  216. <<set $time.minutes += 60>>
  217. <<set $pc.mood += rand(10,20)>>
  218. <<image `'locations/pavlovsk/hotel/tv0,'+rand(0,4)+'.jpg'`>>
  219. You are watching the country''s main television channel. None of their programs are really worth watching, but the distraction is welcome anyway.
  220. <<if getvar("$hotelRoom["+$hotel+"]") == 0>>
  221. <<actCLA 'Return to lobby (It is past checkout time)'>>
  222. <<set $hotelWiFi = 0>>
  223. <<gt $hotel>>
  224. <<set $hotel to null>>
  225. <</actCLA>>
  226. <<else>>
  227. <<actCLA 'Get up from the bed'>>
  228. <<gt $location>>
  229. <</actCLA>>
  230. <<actCLA 'Watch TV (1:00)'>>
  231. <<gt 'hotelroom' 'watch_tv'>>
  232. <</actCLA>>
  233. <</if>>
  234. <</if>>