park.qsrc 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  1. # park
  2. $location_type = 'public_outdoors'
  3. if $ARGS[0] = 'start':
  4. CLOSE ALL
  5. $metka = 'start'
  6. $loc = 'park'
  7. $menu_loc = 'park'
  8. $menu_arg = 'start'
  9. $locclass = 'park'
  10. menu_off = 0
  11. if sound = 0:
  12. if month >=11 and month <= 12 or month >=1 and month <=3:
  13. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  14. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  15. else
  16. if hour >= 8 and hour <= 23: PLAY 'sound/park.mp3',30 & PLAY 'sound/street_leto.mp3',30
  17. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  18. end
  19. end
  20. $sexloc = 'park'
  21. if WalkInsidePark = 0:WalkInsidePark = 1
  22. *clr & cla
  23. gs 'stat'
  24. '<center><b><font color="maroon">Park</font></b></center>'
  25. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park.jpg"></center>'
  26. 'The central park is huge, sandy paths spread out in every direction and every so often you''ll find a bench to sit on. In the summer you''ll see a lot people playing ball, relaxing or have a picnic in the more open areas, while in the winter you''ll meet families with their children sledding down the grass banks.'
  27. 'Despite its almost paradise-like appearance, the park can be very dangerous once the sun goes down.'
  28. *nl
  29. 'There is a sign that points into general direction of the city center. You estimate the walk to the city center would take 35 minutes.'
  30. 'The second sign points into the direction of the residential area. If you have to guess, the walk to the residential are should take 20 minutes.'
  31. 'The third sign says city industrial district on it. You know the city industrial District is rather far away from here, you estimate that the walk would take an hour.'
  32. *nl
  33. if hour >= 10 and hour <= 22:'The small café in the park is open, you could sit there and have some food.'
  34. if SNarkPriton = 0:'Near the cafe the <a href="exec: gt ''park'', ''junkies''">junkies</a> hang out.'
  35. if hour >= 9 or hour <= 20:
  36. 'There is an all year <a href="exec:gt ''park'', ''luna''">fair</a> at the park which you can visit.'
  37. else
  38. 'There is an all year fair at the park but it is closed. Opening hours from 9:00 to 21:00.'
  39. end
  40. if car > 0 and cardrive = 5:
  41. cardrive = 5
  42. 'Stands near the park <a href="exec:GS ''carF'', ''start''">your <<$car>></a>.'
  43. end
  44. if $pantyworntype = 'none' and PCloSkirt > 2 and hour > 6 and hour <= 20:
  45. nurand = rand(0, 100)
  46. if nurand >= 80:
  47. pcs_mood -= 5
  48. SUB += 1
  49. pcs_horny += SUB
  50. 'A man walks past you and notices that you didn''t put on any panties. He whistles at you, "Did you forget to put on your underwear today, honey?"'
  51. *nl
  52. if pcs_inhib >= 35:
  53. gs 'exhibitionism', 2
  54. pcs_mood += 5
  55. '"Nope!" you call back. "Just remembered not to!" You flip up the back of your skirt, flashing your ass at him and keep walking, a bit of a spring in your step.'
  56. elseif pcs_inhib > 30:
  57. inhib_exp += 1
  58. '"Nah, just didn''t feel like it," you shrug and continue on your way.'
  59. else
  60. 'You blush with shame and you try to walk out of his sight as fast as possible.'
  61. end
  62. end
  63. end
  64. act 'Leave': gt 'park', 'exit'
  65. act 'Walk around the park (1:00)': gt 'parkdin'
  66. gs 'treeCircEntry', 'CentralPark'
  67. if hour >= 10 and hour <= 22:
  68. act 'Have some food in the cafe': minut += 5 & gt 'ParkKafe', 'start'
  69. end
  70. if hour >= 20 or hour < 6 :
  71. if home_owned[1] = 0 and tanwork = 0 and student = 0:
  72. !nowhere to live in city
  73. 'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
  74. else
  75. 'It''s quite dark now, and you don''t feel like walking. Maybe you Should try to sleep on a bench?'
  76. end
  77. act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
  78. end
  79. act 'Sit on a bench': gt'placer_sex','sitting_park_bench'
  80. if joint > 0 and jointhigh = 0: act 'Smoke a joint': gs 'drugs', 'joint' & gt $loc, $metka
  81. if pusher = 1 and hour >= 6 and hour <= 21:
  82. 'There''s a drug dealer casually sitting on one of the benches. He''s trying not to be too suspicious.'
  83. if money >= 360:
  84. act 'Buy "Pale Lady" aka cocaine (360 <b>₽</b>)':
  85. cla
  86. menu_off = 1
  87. minut += 10
  88. palelady = input ("How many doses you want to buy?")
  89. if palelady * 360 > money or palelady <= 0:
  90. 'Either tell me how many you want to buy or get lost.'
  91. else
  92. money -= palelady * 360
  93. dur += palelady
  94. 'You get out your purse and pay him quickly, hoping nobody else saw you giving him money. Then he passes you the doses you''ve paid for and you can savely sniff the stuff at home.'
  95. end
  96. act 'Casually walk away':gt 'park', 'start'
  97. end
  98. else
  99. 'You do not have enough money, not even for one dose.'
  100. end
  101. end
  102. if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour > 5 and hour < 23 and parkrunday ! daystart:
  103. act 'Go for a run in the park (1:00)':
  104. *clr & cla
  105. menu_off = 1
  106. parkrunday = daystart
  107. gs 'exercise', 'tier1', 60, 'run_exp'
  108. fat -= rand(0, 4)
  109. gs 'sweat', 'add', 5
  110. '<center><b><font color="maroon">Park</font></b></center>'
  111. '<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
  112. 'You randomly take the paths, you run them up and down and about an hour later, you are out of breath and heavily sweating.'
  113. if hour >= 20:
  114. parkrand = rand(0, 10)
  115. if parkrand >= 8:
  116. 'A shade steps out of the shadow from a tree and runs up to you. Before you can react, he hits you and drags you into the bushes. "Relax and enjoy this", he says.'
  117. gs 'npcgeneratec', 0, 'Rapist', rand(18,40)
  118. gs 'boyStat', $npclastgenerated
  119. act 'Fight':
  120. cla
  121. gs 'fight','initFight'
  122. gs 'fight_npcdata', 'rapist'
  123. gt 'fight', 'start'
  124. end
  125. if succubusQW = 5:
  126. !!Used if this was a random encounter instead of active hunting
  127. Act 'Lure him in and feed (this can take a lot of time)':
  128. cla
  129. 'You wait until he has dragged you almost to the bushes before turning on him.'
  130. act 'Continue': gt 'succubus', 'RapistFight'
  131. end
  132. end
  133. exit
  134. end
  135. end
  136. act 'Finish your run':
  137. cla & *nl
  138. 'You feel great after your run. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
  139. act 'Continue': gt 'park', 'start'
  140. end
  141. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  142. act 'Expose your breasts':
  143. *clr & cla
  144. if rand(0,1) = 0:
  145. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash'+rand(3,4)+'.jpg"></center>'
  146. else
  147. '<center><video autoplay loop src="images/locations/shared/park/flash'+rand(1,2)+'.mp4"></video></center>'
  148. end
  149. 'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver, and almost immediately your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
  150. *nl
  151. gs 'parkivent', 'run_reactions'
  152. end
  153. end
  154. end
  155. elseif ($clothingworntype ! 'exercise' or $shoeworntype = 'trainers') and hour > 5 and hour < 23 and parkrunday ! daystart:
  156. 'You could go for a run in the park if you were wearing sports clothes and shoes.'
  157. end
  158. if hour <= 7 or hour >= 21:
  159. !!Succubus active hunting, can only hunt successfully once a day, but can try until success
  160. If succubusQW = 5 and suchuntday ! daystart:
  161. act 'Go Hunting (this can take a lot of time)':
  162. menu_off = 1
  163. if rand(1,100) < 70:
  164. minut += 30
  165. pcs_mood -= 5
  166. *nl
  167. 'No luck! After searching for half an hour, you find no one. For such a large city you would have thought there would be suitable prey around, your needs remain so maybe another search will be required?'
  168. act 'Continue': gt 'park', 'start'
  169. else
  170. suchunt = 1 & gt 'parkivent', '1'
  171. end
  172. end
  173. end
  174. if knowsfairy >= 1 and pcs_magik > 4:
  175. act 'Find a place the Fairy may be': fairylooking = 1 & gt 'parkdin'
  176. end
  177. end
  178. gs 'kseniyaQW', 'events'
  179. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  180. act 'Flash your tits':
  181. menu_off = 1
  182. inhib_exp += 2
  183. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  184. *clr & cla
  185. gs 'flash', 'tits', 'outdoors', 5
  186. gs 'stat'
  187. act 'Continue': gt 'park', 'start'
  188. end
  189. end
  190. if exhibitionist_lvl > 1:
  191. act 'Flash your pussy':
  192. menu_off = 1
  193. inhib_exp += 2
  194. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  195. *clr & cla
  196. gs 'flash', 'pussy', 'outdoors', 5
  197. gs 'stat'
  198. act 'Continue': gt 'park', 'start'
  199. end
  200. end
  201. end
  202. if $ARGS[0] = 'exit':
  203. cla
  204. $loc = 'park'
  205. $metka = 'exit'
  206. $menu_loc = 'park'
  207. $menu_arg = 'exit'
  208. menu_off = 0
  209. '<center><b><font color="maroon">Park</font></b></center>'
  210. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park.jpg"></center>'
  211. act 'Don''t leave': gt 'park', 'start'
  212. !!this leads to the old street walker content, blocked until it''s fixed up or moved into the new street walker content (julzor)
  213. !!act 'Go to the highway near the park (0:05)':minut += 5 & gt 'park', 'whore'
  214. act 'Go to the Residential Area (0:20)':minut += 20 & gt 'street'
  215. act 'Go to the City Center (0:35)':minut += 35 & gt 'down'
  216. act 'Go to the City Industrial Region (1:00)':minut += 60 & gt 'Nord'
  217. end
  218. if $ARGS[0] = 'luna':
  219. *clr & cla
  220. $menu_loc = 'park'
  221. $menu_arg = 'luna'
  222. menu_off = 0
  223. minut += 5
  224. clr
  225. gs 'stat'
  226. '<center><b><font color="maroon">The Fun Fair</font></b></center>'
  227. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna.jpg"></center>'
  228. 'The fun fair sits in the hearts of the park and attracts families, people on a vacation and loving couples from all over the town. It''s a popular gathering spot and a place to forget your worries for a few hours.'
  229. *nl
  230. 'Opening hours are 9:00 to 21:00'
  231. if vladimirQW = 0 and hour >= 9 and hour <= 20 and week > 5 and pcs_apprnc > 40:'<a href="exec:gt ''qwloc''">There''s a strong looking man staring at you from the fences.</a>.'
  232. act 'Go back to the park':gt 'park', 'start'
  233. if hour >= 9 and hour <= 20:
  234. act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
  235. *clr & cla
  236. menu_off = 1
  237. minut += 60
  238. money += 50
  239. pcs_mood -= 5
  240. '<center><img <<$set_imgh>> src="images/locations/shared/park/flaer.jpg"></center>'
  241. 'For an hour straight, you walked through the park and the fun fair, chatting up random visitors and trying to give them one of your flyers. After that you are being paid 50 <b>₽</b> for your effort.'
  242. act 'Move away':gt 'park', 'luna'
  243. end
  244. if money >= 50:
  245. act 'Eat Shawarma (50 <b>₽</b>)':
  246. *clr & cla
  247. menu_off = 1
  248. gs 'stat'
  249. minut += 15
  250. pcs_health += 10
  251. pcs_mood += 20
  252. fat += 2
  253. pcs_energy += 30
  254. cumspclnt = 2
  255. gs 'cum_cleanup'
  256. pcs_breath = 0
  257. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna1.jpg"></center>'
  258. 'You enjoy the shawarma.'
  259. act 'Move away':gt 'park', 'luna'
  260. end
  261. act 'Drink Lemonade (50 <b>₽</b>)':
  262. *clr & cla
  263. menu_off = 1
  264. gs 'stat'
  265. minut += 5
  266. pcs_health += 10
  267. pcs_mood += 20
  268. fat += 1
  269. pcs_hydra += 40
  270. cumspclnt = 2
  271. gs 'cum_cleanup'
  272. pcs_breath = 0
  273. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna1.jpg"></center>'
  274. 'You happily drink the refreshing lemonade.'
  275. act 'Move away':gt 'park', 'luna'
  276. end
  277. act 'Ride on the carousel (50 <b>₽</b>)':
  278. *clr & cla
  279. menu_off = 1
  280. minut += 30
  281. money -= 50
  282. sprt_exp += 2
  283. pcs_mood += 10
  284. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/karusel.jpg"></center>'
  285. 'You paid 50 <b>₽</b> and sat in the carousel.'
  286. 'You have a great ride, already dazzled.'
  287. act 'Move away':gt 'park','luna'
  288. end
  289. end
  290. if money >= 100:
  291. act 'Shoot some targets (100 <b>₽</b>)':
  292. *clr & cla
  293. menu_off = 1
  294. minut += 30
  295. money -= 100
  296. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/tir.jpg"></center>'
  297. 'You paid 100 <b>₽</b> for ten bullets. If you are able to hit all targets, you can win a teddy bear.'
  298. act 'Shoot':
  299. cla
  300. tirkoef = pcs_agil + pcs_shoot
  301. tirmin = tirkoef * 20 / 100
  302. tirand = rand(tirkoef - tirmin, tirkoef + tirmin)
  303. if tirand >= 80:
  304. mishka += 1
  305. pcs_mood += 5
  306. 'You hit all targets and didn''t even miss once. Congratulations! You''ve won a Teddy Bear.'
  307. elseif tirand < 80 and tirand >= 70:
  308. 'Oh, you''ve only missed once.'
  309. elseif tirand < 70 and tirand >= 60:
  310. 'You were able to hit the target eight times, but you''ve missed twice.'
  311. elseif tirand < 60 and tirand >= 50:
  312. 'You were able to hit the target seven times, but you''ve missed three times.'
  313. elseif tirand < 50 and tirand >= 40:
  314. 'Six times you were able to hit the target, but you''ve missed four times.'
  315. elseif tirand < 40 and tirand >= 30:
  316. 'Five times you were able to hit the target, but you''ve missed five times too.'
  317. elseif tirand < 30 and tirand >= 25:
  318. 'Four times you were able to hit the target, but you''ve missed six times.'
  319. elseif tirand < 25 and tirand >= 20:
  320. 'Three times you were able to hit the target, but you''ve missed seven times.'
  321. elseif tirand < 20 and tirand >= 15:
  322. 'You were able to hit the target twice, but you''ve missed it eight times.'
  323. elseif tirand < 15 and tirand >= 10:
  324. 'You were only able to hit the target once and missed it nine times.'
  325. elseif tirand < 10:
  326. 'You couldn''t even hit the target once.'
  327. end
  328. shoot_lvl += 1
  329. act 'Move away':gt 'park', 'luna'
  330. end
  331. end
  332. end
  333. if money >= 20:
  334. act 'Hit the dynamometer (20 <b>₽</b>)':
  335. *clr & cla
  336. menu_off = 1
  337. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/silomer.jpg"></center>'
  338. 'You''ve paid 20 <b>₽</b> to play Ring-The-Bell.'
  339. act 'Bump':
  340. cla
  341. minut += 30
  342. money -= 20
  343. stKo = pcs_stren * 20/100
  344. damage = rand(pcs_stren - stKo, pcs_stren + stKo)
  345. gs 'exercise', 'tier2', 1, 'stren_exp'
  346. 'A LED screen lights up and shows you your score:<<damage>>'
  347. if damage > maxdamage:
  348. maxdamage = damage & 'Congratulations! A new personal best!'
  349. else
  350. 'You swung the hammer as hard as you could, but it wasn''t enough for a new record.'
  351. end
  352. act 'Move away':gt 'park', 'luna'
  353. end
  354. end
  355. end
  356. act 'One-Armed Bandit':gt 'park', 'avtomat'
  357. else
  358. 'The fair is now closed.'
  359. end
  360. end
  361. if $ARGS[0] = 'avtomat':
  362. $location_type = 'event_outdoors'
  363. *clr & cla
  364. menu_off = 1
  365. gs 'stat'
  366. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/avtomat.jpg"></center>'
  367. 'The rules of the game are very simple, throw 5 <b>₽</b> into the slot, pull the lever and with a bit of luck you can win the jackpot of 1.000 <b>₽</b>.'
  368. if money >= 5 and hour <= 20:
  369. act 'Throw in 5 <b>₽</b> and pull the lever':gt 'park', 'avtomat2'
  370. end
  371. act 'Move away from the slot machine':gt 'park', 'luna'
  372. end
  373. if $ARGS[0] = 'avtomat2':
  374. $location_type = 'event_outdoors'
  375. *clr & cla
  376. menu_off = 1
  377. minut += 5
  378. money -= 5
  379. gs 'stat'
  380. avtrand = rand(0, 100)
  381. if avtrand = 100:
  382. money += 1000
  383. 'Jackpot! You win 1,000 <b>₽</b>.'
  384. elseif avtrand < 100 and avtrand >= 95:
  385. money += 100
  386. 'You win 100 <b>₽</b>.'
  387. elseif avtrand < 95 and avtrand >= 85:
  388. money += 10
  389. 'You win 10 <b>₽</b>.'
  390. elseif avtrand < 85 and avtrand >= 75:
  391. money += 5
  392. 'You win 5 <b>₽</b>.'
  393. elseif avtrand < 75:
  394. 'Unfortunately, you weren''t able to win anything this time.'
  395. end
  396. act 'Try your luck once more':gt 'park', 'avtomat'
  397. end
  398. if $ARGS[0] = 'whore':
  399. $location_type = 'event_outdoors'
  400. *clr & cla
  401. $menu_loc = 'park'
  402. $menu_arg = 'whore'
  403. menu_off = 0
  404. gs 'stat'
  405. '<center><b><font color="maroon">The road near the park</font></b></center>'
  406. if hour >= 16 and hour <= 23:
  407. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park1.jpg"></center>'
  408. 'Along the roadside <a href="exec:gt ''prostitute'', ''start''">Prostitutes</a> are walking and sometimes picked up by a car.'
  409. elseif hour >= 4 and hour < 16:
  410. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/glpark.jpg"></center>'
  411. 'Cars passing on the road past the park and there is not seen nothing interesting.'
  412. else
  413. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park1.jpg"></center>'
  414. 'Cars drive on the road past the park and then not see anything interesting.'
  415. end
  416. temp = rand(1, 10)
  417. act 'Go back to the park (0:05)': minut += 5 & gt 'park', 'start'
  418. if pcs_inhib > 35:
  419. act 'Flash breasts':
  420. *clr & cla
  421. menu_off = 0
  422. inhib_exp += 2
  423. gs 'flash', 'tits', 'outdoors', 5
  424. gs 'stat'
  425. act 'Go back to the park':gt 'park', 'start'
  426. end
  427. end
  428. end
  429. if $ARGS[0] = 'prost':
  430. *clr & cla
  431. menu_off = 1
  432. minut += 5
  433. gs 'stat'
  434. '<center><b><font color="maroon">Hooker</font></b></center>'
  435. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park2.jpg"></center>'
  436. if whoreQW = 2:
  437. 'Prostitutes look at you with curiosity.'
  438. elseif whoreQW = 1:
  439. 'Prostitutes look at you with interest.'
  440. act 'Talk':
  441. cla
  442. whoreQW = 2
  443. 'You went to a prostitute and asked her how things are done here at all. She began to explain. "We are free, do not work on anyone, but because of this many problems. Svimi Stella with her friends sometimes beat us and rob and sometimes come petty thugs and rob us of the money. If you want to work here, you have to pay and Stella and Bandyuk . course you cool, you can try to besiege Stella and her friends, but the bandits do not advise contact. And yet, you do not peck on customers, if you nebudesh dressed like a slut, you can buy some clothes in a sex shop. "'
  444. act 'Move away':gt 'park', 'prost'
  445. end
  446. elseif whoreQW = 0:
  447. 'Hey, you''re not one of us, would valyl from our point, and that the teeth will not collect.'
  448. gs 'npcgeneratec', 0, 'Stoned Prostitute', rand(15,30)
  449. gs 'boyStat', $npclastgenerated
  450. act 'Fuck you!':
  451. cla
  452. minut += 15
  453. gs 'fight','initFight'
  454. gs 'fight_npcdata', 'prostitute'
  455. gt 'fight', 'start'
  456. end
  457. end
  458. if whoreQW > 1 and PCloStyle = 4:
  459. act 'Search client (0:15)':
  460. *clr & cla
  461. minut += 15
  462. whrand = rand(0, 100)
  463. if whrand <= 5:
  464. 'To you black jeep pulled up, opened the window and leaned out healthy brazen face. "Hey slut, it''s time to pay tribute. Shtukar Come here and get out on work."'
  465. if money >= 1000:
  466. act 'Giving money (1,000 <b>₽</b>)':
  467. cla
  468. money -= 1000
  469. 'You gave the money big man in the jeep. He put them in his pocket and left.'
  470. act 'Move away':gt 'park', 'prost'
  471. end
  472. end
  473. act 'Fuck you!':
  474. cla
  475. minut += 15
  476. gs 'npcgeneratec', 0, 'Bandit', rand(18,40)
  477. gs 'boyStat', $npclastgenerated
  478. gs 'fight','initFight'
  479. gs 'fight_npcdata', 'bandit'
  480. gt 'fight', 'start'
  481. end
  482. elseif whrand > 5 and whrand <= 60:
  483. minut += 15
  484. stat['bj'] += 1
  485. guy += 1
  486. money += 500
  487. pcs_throat += 1
  488. '<center><img <<$set_imgh>> src="images/locations/highway/sex/car.jpg"></center>'
  489. 'To you a car drove up and a man sitting behind the wheel asked how much it would cost the vacuum. You called a standard fee of 500 <b>₽</b>. He agreed and opened Passenger door for you.'
  490. if prezik > 0:'You got a condom and put it in your mouth, then bent over his pants and put his client condom on the penis with his mouth.'
  491. 'You clasped lips member client and began to suck it, caress the tongue and try to take it as deep as possible.'
  492. gs 'npcgeneratec', 0, 'Client', rand(15,30)
  493. gs 'boyStat', $npclastgenerated
  494. if prezik = 0:
  495. swallow += 1
  496. spafinloc = 12
  497. gs 'cum_manage'
  498. 'Client started cumming in your mouth, you continued to suck and swallow his hot, tart sperm.'
  499. gs 'dinSex', 'std_trigger_oral'
  500. elseif prezik > 0:
  501. dynamic $prezik
  502. 'Client finished in a condom.'
  503. end
  504. 'After the client has finished you off immediately dropped out of the car.'
  505. act 'Go to the panel':gt 'park', 'prost'
  506. elseif whrand > 60 and whrand <= 90:
  507. minut += 15
  508. 'You were walking along the sidewalk showing off their charms completely in vain, no you are not interested.'
  509. act 'Go to the panel':gt 'park', 'prost'
  510. elseif whrand > 90:
  511. 'To you approached a prostitute. "I hear you, slut, if you do not want problems, you have to pay Stella. Pyatihatnik Come here and get out on work."'
  512. if money >= 500:
  513. act 'Giving money (500 <b>₽</b>)':
  514. cla
  515. money -= 500
  516. 'You gave the money to the prostitute, she turned and walked away.'
  517. act 'Move away':gt 'park', 'prost'
  518. end
  519. end
  520. act 'Fuck you!':
  521. cla
  522. minut += 15
  523. gs 'npcgeneratec', 0, 'Prostitute', rand(15,30)
  524. gs 'boyStat', $npclastgenerated
  525. gs 'fight','initFight'
  526. gs 'fight_npcdata', 'prostitute'
  527. gt 'fight', 'start'
  528. end
  529. end
  530. end
  531. end
  532. act 'Move away':gt 'park', 'start'
  533. end
  534. if $ARGS[0] = 'rape1':
  535. $location_type = 'event_outdoors'
  536. *clr & cla
  537. menu_off = 1
  538. rape += 1
  539. gs 'npcgeneratec', 0, 'Rapist', rand(18,40)
  540. gs 'boyStat', $npclastgenerated
  541. SUB += 3
  542. money = 0
  543. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/rape.jpg"></center>'
  544. 'Suddenly, you are hit on the head. You wake up sometime later in a bush. Somehow you''re not able to move your arms, they must be tied up. As you look down at yourself, you realize that you''re not wearing anything and before you can even react some dude is ramming his dick into your cunt. "Shit", you think yourself, "I''m being raped."'
  545. gs 'arousal', 5, 'vaginal', 'rape'
  546. act 'Try to resist':
  547. cla
  548. spafinloc = 0
  549. gs 'cum_manage'
  550. 'You try everything that''s possible in your situation right now to resist him, but he just tightens his grips and doesn''t stop fucking you. Some time later he begins to groan and you can feel his hot cum flowing inside your pussy. You just hope to yourself, that he didn''t impregnate you. He then zips up his pants, takes your money and leaves.'
  551. gs 'arousal', 15, 'vaginal', 'rape', 'rough'
  552. gs 'arousal', 'end'
  553. act 'Leave':gt 'park', 'start'
  554. end
  555. act 'Try to relax and enjoy it':
  556. cla
  557. *clr
  558. stat['anal'] += 1
  559. SUB += 5
  560. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/rapean.jpg"></center>'
  561. 'It doesn''t take long for the rapist to realize you''re not resisting. "Good girl!", he says to you. He pushes you onto your knees, seems he intends to take you doggy-style. He spreads your buttocks and pushes his cock into your ass. You cry out in pain, but he holds your mouth shut and doesn''t stop fucking your asshole.'
  562. gs 'arousal', 15, 'anal', 'rape'
  563. act 'Go on':
  564. cla
  565. *clr
  566. spafinloc = 12
  567. gs 'cum_manage'
  568. spafinloc = 11
  569. gs 'cum_manage'
  570. SUB += 5
  571. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/cum.jpg"></center>'
  572. '"Give me a blowjob and you''ll get your reward for not resisting, girl.", he tells you. You nod obidiently and move on your knees and begin to give him head.'
  573. gs 'arousal', 15, 'bj', 'rape'
  574. 'It doesn''t take long for him to groan out in pleasure, "You better swallow it all, slut!" Shortly after that you can taste his hot cum inside your mouth and you swallow every drip of it, somehow enjoying the taste. Then he stand up, buttons up his pants and takes your money. While you were still liking your fingers clean from any drips of cum, he smiles and says to you, "Have a nice day slut."'
  575. gs 'arousal', 'end'
  576. act 'Stand up and leave':gt 'park', 'start'
  577. end
  578. end
  579. end
  580. if $ARGS[0] = 'junkies':
  581. *clr & cla
  582. gs 'stat'
  583. SNarkPriton = 1
  584. 'The junkies look at you with a daunted gaze. They probably thought you are a police officer. Then one of them said, "We don''t sell no drugs. Go to the Drug House, ye can get zome there."'
  585. act 'Walk away from them':gt 'park', 'start'
  586. end
  587. --- park ---------------------------------