down 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. # down
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. CLOSE ALL
  5. if sound = 0:
  6. if month >=11 and month <= 12 or month >=1 and month <=3:
  7. if hour >= 8 and hour <= 23: PLAY 'sound/street_noise_siren.mp3',30 & PLAY 'sound/street.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
  8. if hour >= 0 and hour <= 7: PLAY 'sound/street_noise_siren.mp3',30 & PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  9. else
  10. if hour >= 8 and hour <= 23: PLAY 'sound/street_noise_siren.mp3',30 & PLAY 'sound/street.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
  11. if hour >= 0 and hour <= 7: PLAY 'sound/street_noise_siren.mp3',30 & PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
  12. end
  13. end
  14. clr
  15. palMir = 0
  16. bordysh = 0
  17. housrA = 0
  18. palMir = 0
  19. obdysh = 0
  20. tanhouse1 = 0
  21. obMir = 0
  22. houseob = 0
  23. borMir = 0
  24. gs 'dinam'
  25. gs 'stat'
  26. gs 'outdoors'
  27. '<center><b>City center</b></center>'
  28. '<center><img src="images/etogame/down.JPG"></center>'
  29. !call random events from [street_events], and display them before show location.
  30. gs'street_event','down' & if streetrand = -1:exit
  31. if tanwork = 1:act '<b>GO HOME</b> (Tanyas apartment)':gt 'house'
  32. if student > 0:act '<b>GO HOME</b> (University dorm)':gt 'dorm', 'start'
  33. if marudatestinterface = 1:
  34. !!!!!
  35. !!! Transportation
  36. '<center>'
  37. if hour >= 5 and hour <= 23:
  38. *p '<a href="exec: GT ''metro'',''start''">Metro Station</a>'
  39. else *p 'Closed until 5 AM'
  40. end
  41. *nl
  42. *nl
  43. !!! General Content Locations / Activities
  44. *p '<a href="exec: set minut += 44 & GT ''park'',''start''">The Central Park</a>'
  45. *p ' - '
  46. if hour >= 9 and hour <= 20:
  47. *p '<a href="exec:GT ''fit'',''start''">The Fitness Center</a>'
  48. else *p 'Closed until 9 AM'
  49. end
  50. *p ' - '
  51. if hour >= 9 and hour <= 20:
  52. *p '<a href="exec:GT ''bass'',''start''">The Pool</a>'
  53. else *p 'Closed until 9 AM'
  54. end
  55. *p ' - '
  56. if week >= 4 and hour >= 18:
  57. *p '<a href="exec: GT ''club'',''start''">Nightclub</a>'
  58. else *p 'Closed until 3 PM and on Mon, Tue and Wed'
  59. end
  60. *p ' - '
  61. if bordel > 0 and hour >= 20 and hour <= 3:
  62. *p '<a href="exec: GT ''bordel''">The Brothel</a>'
  63. elseif bordel > 0 and hour <= 20 and hour >= 3: *p 'Closed until 8 PM'
  64. else *p 'Location locked'
  65. end
  66. *p ' - '
  67. if week < 6 and hour >= 7:
  68. *p '<a href="exec: GT ''univer'',''start''">University</a>'
  69. else *p 'Closed until 7 AM and on weekends'
  70. end
  71. *p ' - '
  72. if hour >= 6 and hour <= 23:
  73. *p '<a href="exec: GT ''dorm'',''start''">University''s Dormitory</a>'
  74. else *p 'Closed until 6 AM'
  75. end
  76. *p ' - '
  77. if hour >= 10 and hour <= 22:
  78. *p '<a href="exec: GT ''restoran'',''start''">Expensive Restaurant</a>'
  79. else *p 'Closed until 10 AM'
  80. end
  81. *p ' - '
  82. if week < 6 and hour >= 9 and hour <= 18:
  83. *p '<a href="exec: GT ''bank'',''start''">Harvey & Trustee Bank</a>'
  84. else *p 'Closed until 9 AM and on weekends'
  85. end
  86. *nl
  87. *nl
  88. !!! Shopping Locations
  89. if hour >= 8 and hour <= 22:
  90. *p '<a href="exec: dynamic $kiosksig">Kiosk</a>'
  91. else *p 'Closed until 8 AM'
  92. end
  93. *p ' - '
  94. if hour >= 9 and hour <= 20:
  95. *p '<a href="exec:gt ''torgcentr''">The Shopping Mall</a>'
  96. else *p 'Closed until 9 AM'
  97. end
  98. *p ' - '
  99. *p '<a href="exec:GT ''sexshop'',''start''">Sexshop</a>'
  100. *p ' - '
  101. if week < 6 and hour >= 8 and hour <= 22:
  102. *p '<a href="exec: GT ''agentned'',''start''">Real Estate Agency</a>'
  103. else *p 'Closed until 8 AM and on weekends'
  104. end
  105. *nl
  106. *nl
  107. !!! Work Locations
  108. if hour >= 6 and hour <= 23:
  109. *p '<a href="exec: GT ''burger'',''start''">Diner Bystroeshka</a>'
  110. else *p 'Closed until 6 AM'
  111. end
  112. *p ' - '
  113. if (week = 1 or week = 3 or week = 5) and hour >= 8 and worksalon = 1:
  114. *p '<a href="exec: gt ''salon'',''early''">Work at the beauty salon</a>'
  115. elseif (week = 2 or week = 4 or week >= 6) and hour <= 8 and worksalon = 1: *p 'Work on Mon, Wed & Fri at 8 AM'
  116. else *p 'Location Locked'
  117. end
  118. *p ' - '
  119. if hour >= 9 and hour <= 20:
  120. *p '<a href="exec:GT ''foto'',''start''">Photo Studio</a>'
  121. else *p 'Closed until 9 AM'
  122. end
  123. *p ' - '
  124. if pornstudio >= 1 and hour >= 9:
  125. *p '<a href="exec: GT ''pornstudio'',''start''">The Porn Studio</a>'
  126. elseif pornstudio >= 1 and hour <= 9: *p 'Closed until 9 AM'
  127. else *p 'Location Locked'
  128. end
  129. *p ' - '
  130. if hour >= 15 or hour <= 2:
  131. *p '<a href="exec: GT ''stripclub'',''start''">The Strip Clubs</a>'
  132. else *p 'Closed until 3 PM'
  133. end
  134. *p ' - '
  135. if week < 6 and hour >= 8 and hour <= 17:
  136. *p '<a href="exec: GT ''office'',''start''">Large Office Building</a>'
  137. else *p 'Closed until 8 AM and on weekends'
  138. end
  139. *nl
  140. *nl
  141. !!! Locations bound to Characters - Location Locked = Player does not meet requirements yet (obviously)
  142. if mainQW >= 1:
  143. *p '<a href="exec: GT ''lab'',''start''">Karinas Hideout</a>'
  144. else *p 'Location Locked'
  145. end
  146. *p ' - '
  147. if tanya > 0 and tanwork = 0 and hour >= 16 and hour <= 21 and tanday ! day:
  148. *p '<a href="exec: gt ''tanhouse''">Flat-Thani</a>'
  149. elseif tanwork = 1: *p '<a href="exec: gt ''house''">Thanis flat</a>'
  150. else *p 'Location Locked'
  151. end
  152. *p ' - '
  153. if izoldaWQ >= 1:
  154. *p '<a href="exec: GT ''qwIzoldaApp''">Isoldes flat</a>'
  155. else *p 'Location Locked'
  156. end
  157. *p ' - '
  158. if yaq = 1:
  159. *p '<a href="exec: GT ''yarik'',''start''">Yaroslavs apartment</a>'
  160. else *p 'Location Locked'
  161. end
  162. *p ' - '
  163. if peter > 0:
  164. *p '<a href="exec: GT ''peterroom'',''start_door''">Peters apartment</a>'
  165. else *p 'Location Locked'
  166. end
  167. *nl
  168. *nl
  169. end
  170. !!!!! End of marudatestinterface
  171. if shantpopala > 0:
  172. cla
  173. *clr
  174. hour += 8
  175. spafinloc = 14
  176. gs 'cum_manage'
  177. gs 'cum_manage'
  178. spafinloc = 4
  179. gs 'cum_manage'
  180. spafinloc = 12
  181. gs 'cum_manage'
  182. spafinloc = 11
  183. gs 'cum_manage'
  184. spafinloc = 7
  185. gs 'cum_manage'
  186. spafinloc = 3
  187. gs 'cum_manage'
  188. fingal += 1
  189. guy += 2
  190. rape += 1
  191. sex += 1
  192. bj += 1
  193. anal += 1
  194. shantpopala -= 1
  195. '<center><img src="images/img/centr/rape.jpg"></center>'
  196. 'On the street close to you, a black jeep suddenly hit the brakes. You turn your head to see what''s happening and see two large men jump of it and start to run towards you in. Before you can react and run away, they grap you and drag you into the car.'
  197. '"You''re doing this for a living? Taking pictures of naked people in the park?", one of the shouts, holding one of the pictures to your face you''ve made awhile back and sent someone over a social network, hoping they would pay the ransom.'
  198. '"No...what? What the hell is going on? I don''t know what you''re talking about!", you try to explain.'
  199. '"Don''t lie to use you stupid bitch.", as he said that, he hits you on your head and you pass out.'
  200. 'You wake up somewhere out of town, you''re tied up and naked. You look down on yourself and notice traces of cum on your body, it also seems like that cum is flowing from your ass and your pussy.'
  201. 'You notice that the blokes, who captured you sit next to you and seem to have a break, some of them are smoking.'
  202. '"Oh, she is finally awake, then the next fuck-cycle will be far more fun.", one of the men said, as he noticed you moving. Some of them are starting to get a evil grin on their face.'
  203. 'They got up and came back at you, barely a minute later you wished your were still knocked out, as these jackasses had their ways with. You tried to resist, but the tape hindered you from moving. Not long after, everything faded to black and you lost you consciousness again.'
  204. 'You feel groggy as you wake up, but it feels like someone is grapping you by the hair and shouts at you. "Let this be a lesson for you, bitch.", he shouts, then kicks you into the stomach and leaves. As you collapse on the ground holding your stomach in pain, you take a glimpse at the street and see the assholes driving away in their black jeep. The mainroad is about 200m away, you crawl most of the way there, but soon you can walk again and eventually you find your way back to one of the mainstreets.'
  205. act 'Leave':gt $curloc
  206. exit
  207. end
  208. if car > 0 and cardrive = 2:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
  209. act 'Wait':
  210. cla
  211. waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
  212. if waiting <= 0 or waiting > 120:
  213. minut += 15
  214. elseif waiting > 0 and waiting <= 120:
  215. minut += waiting
  216. end
  217. act 'Take a look at the clock':gt curloc
  218. end
  219. gs 'taxi'
  220. if marudatestinterface = 0:
  221. if hour >= 8 and hour <= 22:'A kiosk is selling <a href="exec:dynamic $kiosksig">cigarettes</a>.'
  222. if Enable_tablemap = 0:
  223. if tanya > 0 and tanwork = 0 and hour >= 16 and hour <= 21 and tanday ! daystart:'<a href="exec:gt ''tanhouse''">Apartment where Tanya lives</a>'
  224. if tanwork = 1:'<a href="exec:gt ''house''">Tanyas</a> apartment'
  225. if izoldaQW >= 1:'<a href="exec:gt ''qwIzoldaApp''">Isoldes</a> apartment'
  226. if mainQW >= 1:'<a href="exec:gt ''lab'', ''start''">Karinas</a> secret hideout'
  227. if yaq = 1:'<a href="exec:gt ''yarik'', ''start''">Yaroslavs</a> apartment'
  228. if peter > 0:'<a href="exec:gt ''peterroom'', ''start_door''">Peters</a> apartment'
  229. else
  230. st_count=0 & $show_table=''
  231. if tanya > 0 and tanwork = 0 and hour >= 16 and hour <= 21 and tanday ! daystart:gs'show_table','<a href="exec:gt ''tanhouse''">Apartment</a> where Tanya lives','3'
  232. if tanwork = 1:gs'show_table','<a href="exec:gt ''house''">Tanyas</a> apartment','3'
  233. if izoldaQW >= 1:gs'show_table','<a href="exec:gt ''qwIzoldaApp''">Isoldes</a> apartment','3'
  234. if mainQW >= 1:gs'show_table','<a href="exec:gt ''lab'', ''start''">Karinas</a> secret hideout','3'
  235. if yaq = 1:gs'show_table','<a href="exec:gt ''yarik'', ''start''">Yaroslavs</a> apartment','3'
  236. if peter > 0:gs'show_table','<a href="exec:gt ''peterroom'', ''start_door''">Peters</a> apartment','3'
  237. if st_count > 0 :'<TABLE BORDER=1><<$show_table>></TR></TABLE>'
  238. end
  239. if hour >= 4 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
  240. if week >= 4 and hour >= 18:'The trendy <a href="exec:gt ''club'', ''start''">Nightclub</a>, with it''s shining lights, attracts young people from all over the city.'
  241. if hour >= 15 or hour <= 2:'The <a href="exec:gt ''stripclub'', ''start''">Strip Clubs</a> red lights, attracting men from all over the city.'
  242. if hour >= 9 and hour <= 20:
  243. 'In the center is a large <a href="exec:gt ''torgcentr''">shopping center</a>'
  244. 'There is a <a href="exec:gt ''foto'', ''start''">photo studio</a> next to a popular <a href="exec:gt ''fit'', ''start''">fitness center</a>, where professional athletes can train.'
  245. 'At the <a href="exec:gt ''bass'', ''start''">swimming pool</a>, people can train for the next beach season.'
  246. end
  247. 'A 30 minute walk away is the <a href="exec:minut += 34 & gt ''park'', ''start''">central park</a>. You can reach all the districts of the town while walking through it. Walking to it''s center should take far less than an hour.'
  248. if hour >= 8 and hour <= 22:'Infront of the expensive <a href="exec:gt ''restoran'', ''start''">Restaurant</a> are luxury cars parking.'
  249. 'A shop for <a href="exec:gt ''sexshop'', ''start''">sex toys</a> is open for perverts from all around the city.'
  250. if hour >= 6 and hour <= 23:'Diner <a href="exec:gt ''burger'', ''start''">Bystroeshka</a>.'
  251. if bordel > 0 and hour >= 20 or bordel > 0 and hour <= 3:'Inside the courtyard is the entrance to the <a href="exec:gt ''bordel''">brothel</a>.'
  252. if pornstudio >= 1 and hour > 5:'At the <a href="exec:gt ''pornstudio'', ''start''">Porn Studio</a>, where a variety of naughty movies are created'
  253. if week < 6 and hour >= 7:'At the <a href="exec:gt ''univer'', ''start''">University</a> where you can earn your diploma.'
  254. if student > 0 or (hour >= 6 and hour <= 23):'The <a href="exec:gt ''dorm'', ''start''">Hostel</a> offers a small, but cheap, living space, for university students.'
  255. if week < 6 and hour >= 9 and hour <= 18:'You can see the most important <a href="exec:gt ''bank'', ''start''">Bank</a> in the city from here.'
  256. if week < 6 and hour >= 8 and hour <= 17:'In the largest skyscraper is a huge <a href="exec:gt ''office'', ''start''">Project Organization</a> located.'
  257. if hour >= 8 and hour <= 22:'At the <a href="exec:gt ''agentned'',''start''">Real Estate Agency</a> you can buy or rent an apartment.'
  258. end
  259. !!!! End of marudatestinterface
  260. --- down ---------------------------------