park 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. # park
  2. $location_type = 'public_outdoors'
  3. if $ARGS[0] = 'start':
  4. CLOSE ALL
  5. $metka = 'start'
  6. $loc = 'park'
  7. if sound = 0:
  8. if month >=11 and month <= 12 or month >=1 and month <=3:
  9. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  10. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  11. else
  12. if hour >= 8 and hour <= 23: PLAY 'sound/park.mp3',30 & PLAY 'sound/street_leto.mp3',30
  13. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  14. end
  15. end
  16. $torchki = {
  17. cls
  18. gs 'stat'
  19. SNarkPriton = 1
  20. '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."'
  21. act 'Walk away from them':gt 'park', 'start'
  22. }
  23. $sexloc = $CURLOC
  24. if WalkInsidePark = 0:WalkInsidePark = 1
  25. cls
  26. gs 'stat'
  27. '<center><b><font color="maroon">Park</font></b></center>'
  28. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park.jpg"></center>'
  29. '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.'
  30. 'Despite it''s almost paradise-like appearance, the park can be very dangerous once the sun goes down.'
  31. *nl
  32. 'There is a sign that points into general direction of the city center. You estimate the walk to the city center would take 45 minutes.'
  33. '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.'
  34. '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.'
  35. *nl
  36. if hour >= 10 and hour <= 22:'The small café in the park is open, you could sit there and have some food.'
  37. if SNarkPriton = 0:'Near the cafe the <a href="exec:dynamic $torchki">junkies</a> hang out.'
  38. 'There is an all year <a href="exec:gt ''park'', ''luna''">fair</a> at the park which you can visit.'
  39. if car > 0 and cardrive = 5:
  40. cardrive = 5
  41. 'Stands near the park <a href="exec:GS ''carF'', ''start''">your <<$car>></a>.'
  42. end
  43. if tanga = 0 and PCloSkirt > 2 and hour > 6 and hour <= 20:
  44. nurand = rand(0, 100)
  45. if nurand >= 80:
  46. pcs_mood -= 5
  47. SUB += 1
  48. pcs_horny += SUB
  49. nudity += 1
  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. 'You blush with shame and you try to walk out of his sight as fast as possible.'
  52. end
  53. end
  54. act 'Leave': gt 'park', 'exit'
  55. act 'Walk around the park (1:00)': gt 'parkdin'
  56. if hour >= 10 and hour <= 22 and money >= 100:
  57. act 'Have some food in the cafe (0:30)': gt 'ParkKafe', 'food'
  58. end
  59. if housr = 0 and tanwork = 0 and student = 0:
  60. !nowhere to live in city
  61. if hour >= 20 or hour < 6 :
  62. 'It''s quite dark now, and you have no where to stay. Maybe you should try to sleep on a bench?'
  63. act 'Sleep on a bench': ParkBench = 1 & gt'placer_sex','sleeping_parc_bench'
  64. end
  65. end
  66. act 'Sit on a bench': ParkBench = 1 & gt'placer_sex','sleeping_parc_alco'
  67. if pusher = 1 and hour >= 6 and hour <= 21:
  68. 'There''s a drug dealer casually sitting on one of the benches. He''s trying not to be too suspicious.'
  69. if money >= 2000:
  70. act 'Buy "Pale Lady" (2,000 <b>₽</b>)':
  71. cla
  72. minut += 10
  73. palelady = input ("How many doses you want to buy?")
  74. if palelady * 2000 > money or palelady <= 0:
  75. 'Either tell me how many you want to buy or get lost.'
  76. else
  77. money -= palelady * 2000
  78. dur += palelady
  79. '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.'
  80. end
  81. act 'Casually walk away':gt 'park', 'start'
  82. end
  83. else
  84. 'You do not have enough money, not even for one dose.'
  85. end
  86. end
  87. if $clothingworntype = 'exercise' and parkrunday ! daystart:
  88. act 'Jog through the park (1:00)':
  89. cla
  90. *clr
  91. parkrunday = daystart
  92. gs 'exercise', 'tier1', 60, 'run_exp'
  93. fat -= rand(0, 4)
  94. pcs_sweat += 5
  95. '<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
  96. 'You randomly take the paths, you run them up and down and about an hour later, you are out of breath and heavily sweating.'
  97. if hour >= 20:
  98. parkrand = rand(0, 10)
  99. if parkrand >= 8:
  100. '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.'
  101. gs 'npcgeneratec', 0, 'Rapist', rand(18,40)
  102. gs 'boyStat', $npclastgenerated
  103. act 'Fight':
  104. cla
  105. !!stats
  106. strenV = 100
  107. speedV = 50
  108. agilV = 40
  109. reactV = 40
  110. vitalV = 50
  111. intelV = 10
  112. willV = 10
  113. !!skills
  114. magikV = 100
  115. boxingV = 50
  116. shootV = 100
  117. !!parameters
  118. healthV = vitalV * 10 + strenV * 5
  119. mannaV = intelV * 10 + magikV * 10
  120. willpowerV = willV * 10
  121. BonusAtakV = 0
  122. BonusDefV = 0
  123. !!Programme of Action
  124. program = 1
  125. RapistFight = 1
  126. if spellavtoklon = 1:klon = 3
  127. if spellbefshild = 1:defence = 500
  128. gt 'fight', 'start'
  129. end
  130. if succubusQW = 5:
  131. !!Used if this was a random encounter instead of active hunting
  132. Act 'Lure him in and feed (this can take a lot of time)':
  133. cla
  134. 'You wait until he has dragged you almost to the bushes before turning on him.'
  135. act 'Continue': gt 'succubus', 'RapistFight'
  136. end
  137. end
  138. exit
  139. end
  140. end
  141. if pcs_exhibition >= 35:
  142. act 'Expose your breasts':
  143. if rand(0,1) = 0:
  144. if rand(0,1) = 0:
  145. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash1.gif"></center>'
  146. else
  147. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash2.gif"></center>'
  148. end
  149. else
  150. if rand(0,1) = 0:
  151. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash3.jpg"></center>'
  152. else
  153. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash4.jpg"></center>'
  154. end
  155. end
  156. *clr
  157. cla
  158. '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.'
  159. *nl
  160. gs 'parkivent', 'run_reactions'
  161. end
  162. end
  163. act 'Complete jog':gt 'park', 'start'
  164. end
  165. end
  166. if hour <= 7 or hour >= 21:
  167. !!Succubus active hunting, can only hunt successfully once a day, but can try until success
  168. If succubusQW = 5 and suchuntday ! daystart:
  169. act 'Go Hunting (this can take a lot of time)': suchunt = 1 & gt 'parkdin'
  170. end
  171. if knowsfairy >= 1 and pcs_magik > 4:
  172. act 'Find a place the Fairy may be': fairylooking = 1 & gt 'parkdin'
  173. end
  174. end
  175. gs 'kseniyaQW', 'events'
  176. if pcs_exhibition >= 35:
  177. act 'Flash your tits':
  178. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  179. cls
  180. minut += 5
  181. gs 'arousal', 'flash_breasts', 5, 'exhibition'
  182. gs 'arousal', 'end'
  183. exhibition_exp += rand(5,8)
  184. gs 'stat'
  185. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_tits.jpg"></center>'
  186. 'You find an area far from where the children play in the park and flash your tits to some passers-by.'
  187. act 'Continue': gt 'park', 'start'
  188. end
  189. end
  190. if pcs_exhibition >= 40:
  191. act 'Flash your pussy':
  192. if pcs_exhibition >= 50 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  193. cls
  194. minut += 5
  195. gs 'arousal', 'flash_pussy', 5, 'exhibition'
  196. gs 'arousal', 'end'
  197. exhibition_exp += rand(9,12)
  198. gs 'stat'
  199. if pcs_pubes >= 10:
  200. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_hairy.jpg"></center>'
  201. else
  202. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/flash_nohairy.jpg"></center>'
  203. end
  204. 'You find an area far from where the children play in the park and flash your pussy to some passers-by.'
  205. act 'Continue': gt 'park', 'start'
  206. end
  207. end
  208. end
  209. if $ARGS[0] = 'exit':
  210. cla
  211. act 'Cancel': gt 'park', 'start'
  212. act 'Go to the highway near the park':gt 'park', 'whore'
  213. act 'Go to the Residential Area':minut += 20 & gt 'street'
  214. act 'Go to the City center':minut += 45 & gt 'down'
  215. act 'Go to the city industrial region':minut += 60 & gt 'Nord'
  216. end
  217. if $ARGS[0] = 'luna':
  218. cla
  219. *clr
  220. minut += 5
  221. clr
  222. gs 'stat'
  223. '<center><b><font color="maroon">The Fun Fair</font></b></center>'
  224. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna.jpg"></center>'
  225. '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.'
  226. 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>.'
  227. if hour >= 9 and hour <= 20:
  228. act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
  229. cla
  230. *clr
  231. minut += 60
  232. money += 50
  233. pcs_mood -= 5
  234. '<center><img <<$set_imgh>> src="images/locations/shared/park/flaer.jpg"></center>'
  235. '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.'
  236. act 'Move away':gt 'park', 'luna'
  237. end
  238. if money >= 50:
  239. act 'Eat Shawarma (50 <b>₽</b>)':
  240. cla
  241. *clr
  242. gs 'stat'
  243. minut += 15
  244. pcs_health += 10
  245. pcs_mood += 20
  246. fat += 2
  247. pcs_energy += 30
  248. cumspclnt = 2
  249. gs 'cum_cleanup'
  250. pcs_breath = 0
  251. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna1.jpg"></center>'
  252. 'You enjoy the shawarma.'
  253. act 'Move away':gt 'park', 'luna'
  254. end
  255. act 'Drink Lemonade (50 <b>₽</b>)':
  256. cla
  257. *clr
  258. gs 'stat'
  259. minut += 5
  260. pcs_health += 10
  261. pcs_mood += 20
  262. fat += 1
  263. water += 40
  264. cumspclnt = 2
  265. gs 'cum_cleanup'
  266. pcs_breath = 0
  267. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/luna1.jpg"></center>'
  268. 'You happily drink the refreshing lemonade.'
  269. act 'Move away':gt 'park', 'luna'
  270. end
  271. act 'Ride on the carousel (50 <b>₽</b>)':
  272. cla
  273. *clr
  274. minut += 30
  275. money -= 50
  276. if pcs_sprt < 30:sprt_exp += 1
  277. if pcs_sprt >= 30:sprt_exp += rand(0, 1)
  278. pcs_willpwr += 10
  279. pcs_mood += 10
  280. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/karusel.jpg"></center>'
  281. 'You paid 50 <b>₽</b> and sat in the carousel.'
  282. 'You have a great ride, already dazzled.'
  283. act 'move_away':gt 'park','luna'
  284. end
  285. end
  286. if money >= 100:
  287. act 'Shoot some targets (100 <b>₽</b>)':
  288. cla
  289. *clr
  290. minut += 30
  291. money -= 100
  292. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/tir.jpg"></center>'
  293. 'You paid 100 <b>₽</b> for ten bullets. If you are able to hit all targets, you can win a teddy bear.'
  294. act 'Shoot':
  295. cla
  296. tirkoef = pcs_agil + pcs_shoot
  297. tirmin = tirkoef * 20 / 100
  298. tirand = rand(tirkoef - tirmin, tirkoef + tirmin)
  299. if tirand >= 80:
  300. mishka += 1
  301. pcs_mood += 5
  302. 'You hit all targets and didn''t even miss once. Congratulations! You''ve won a Teddy Bear.'
  303. elseif tirand < 80 and tirand >= 70:
  304. 'Oh, you''ve only missed once.'
  305. elseif tirand < 70 and tirand >= 60:
  306. 'You were able to hit the target eight times, but you''ve missed twice.'
  307. elseif tirand < 60 and tirand >= 50:
  308. 'You were able to hit the target seven times, but you''ve missed twice.'
  309. elseif tirand < 50 and tirand >= 40:
  310. 'Six times you were able to hit the target, but you''ve missed four times.'
  311. elseif tirand < 40 and tirand >= 30:
  312. 'Five times you were able to hit the target, but you''ve missed five times too.'
  313. elseif tirand < 30 and tirand >= 25:
  314. 'Four times you were able to hit the target, but you''ve missed six times.'
  315. elseif tirand < 25 and tirand >= 20:
  316. 'Three times you were able to hit the target, but you''ve missed seven times.'
  317. elseif tirand < 20 and tirand >= 15:
  318. 'You were able to hit the target twice, but you''ve missed it eight times.'
  319. elseif tirand < 15 and tirand >= 10:
  320. 'You were only able to hit the target once and missed it nine times.'
  321. elseif tirand < 10:
  322. 'You couldn''t even hit the target once.'
  323. end
  324. shoot_exp += 1
  325. act 'Move away':gt 'park', 'luna'
  326. end
  327. end
  328. end
  329. if money >= 20:
  330. act 'Hit the dynamoeter (20 <b>₽</b>)':
  331. cla
  332. *clr
  333. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/silomer.jpg"></center>'
  334. 'You''ve paid 20 <b>₽</b> to play Ring-The-Bell.'
  335. act 'Bump':
  336. cla
  337. minut += 30
  338. money -= 20
  339. stKo = pcs_stren * 20/100
  340. damage = rand(pcs_stren - stKo, pcs_stren + stKo)
  341. if pcs_stren < 30: gs 'exercise', 'tier2', 1, 'stren_exp'
  342. if pcs_stren >= 30: gs 'exercise', 'tier1', 1, 'stren_exp'
  343. 'You swung the hammer as hard as you could, but it wasn''t enough for a new record. A LED screen lights up and shows you your score:<<damage>>'
  344. if damage > maxdamage:maxdamage = damage & 'Congratulations! A new personal best!'
  345. act 'Move away':gt 'park', 'luna'
  346. end
  347. end
  348. end
  349. act 'One-Armed Bandit':gt 'park', 'avtomat'
  350. end
  351. act 'Go back to the park':gt 'park', 'start'
  352. end
  353. if $ARGS[0] = 'avtomat':
  354. $location_type = 'event_outdoors'
  355. cla
  356. *clr
  357. clr
  358. gs 'stat'
  359. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/avtomat.jpg"></center>'
  360. '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>.'
  361. if money >= 5 and hour <= 20:
  362. act 'Throw in 5 <b>₽</b> and pull the lever':gt 'park', 'avtomat2'
  363. end
  364. act 'Move away from the slot machine':gt 'park', 'luna'
  365. end
  366. if $ARGS[0] = 'avtomat2':
  367. $location_type = 'event_outdoors'
  368. cla
  369. *clr
  370. clr
  371. gs 'stat'
  372. minut += 5
  373. money -= 5
  374. avtrand = rand(0, 100)
  375. if avtrand = 100:
  376. money += 1000
  377. 'Jackpot! You win 1,000 <b>₽</b>.'
  378. elseif avtrand < 100 and avtrand >= 95:
  379. money += 100
  380. 'You win 100 <b>₽</b>.'
  381. elseif avtrand < 95 and avtrand >= 85:
  382. money += 10
  383. 'You win 10 <b>₽</b>.'
  384. elseif avtrand < 85 and avtrand >= 75:
  385. money += 5
  386. 'You win 5 <b>₽</b>.'
  387. elseif avtrand < 75:
  388. 'Unfortunately, you weren''t able to win anything this time.'
  389. end
  390. act 'Try your luck once more':gt 'park', 'avtomat'
  391. end
  392. if $ARGS[0] = 'whore':
  393. $location_type = 'event_outdoors'
  394. cla
  395. *clr
  396. minut += 5
  397. clr
  398. gs 'stat'
  399. '<center><b><font color="maroon">The road near the park</font></b></center>'
  400. if hour >= 16 and hour <= 23:
  401. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park1.jpg"></center>'
  402. 'Along the roadside <a href="exec:gt ''prostitute'', ''start''">Prostitutes</a> are walking and sometimes picked up by a car.'
  403. elseif hour >= 4 and hour < 16:
  404. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/glpark.jpg"></center>'
  405. 'Cars passing on the road past the park and there is not seen nothing interesting.'
  406. else
  407. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park1.jpg"></center>'
  408. 'Cars drive on the road past the park and then not see anything interesting.'
  409. end
  410. temp = rand(1, 10)
  411. if pcs_exhibition > 35:
  412. act 'Flash breasts':
  413. cla
  414. *clr
  415. minut += 5
  416. exhibition_exp += 2
  417. !! '<center><img <<$set_imgh>> src="images/locations/city/centralpark/parkex.jpg"></center>'
  418. 'You flash your breasts at a random passing car. The thrill is quite exhilarating.'
  419. act 'Go back to the park':gt 'park', 'start'
  420. end
  421. end
  422. act 'Go back to the park':gt 'park', 'start'
  423. end
  424. if $ARGS[0] = 'prost':
  425. cla
  426. *clr
  427. minut += 5
  428. clr
  429. gs 'stat'
  430. '<center><b><font color="maroon">Hooker</font></b></center>'
  431. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/park2.jpg"></center>'
  432. if whoreQW = 2:
  433. 'Prostitutes look at you with curiosity.'
  434. elseif whoreQW = 1:
  435. 'Prostitutes look at you with interest.'
  436. act 'Talk':
  437. cla
  438. whoreQW = 2
  439. '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. "'
  440. act 'Move away':gt 'park', 'prost'
  441. end
  442. elseif whoreQW = 0:
  443. 'Hey, you''re not one of us, would valyl from our point, and that the teeth will not collect.'
  444. gs 'npcgeneratec', 0, 'Stoned Prostitute', rand(15,30)
  445. gs 'boyStat', $npclastgenerated
  446. act 'Fuck you!':
  447. cla
  448. minut += 15
  449. !!stats
  450. strenV = 20
  451. speedV = 30
  452. agilV = 30
  453. reactV = 30
  454. vitalV = 50
  455. intelV = 10
  456. willV = 10
  457. !!skills
  458. magikV = 10
  459. boxingV = 10
  460. shootV = 10
  461. !!parameters
  462. healthV = vitalV * 10 + strenV * 5
  463. mannaV = intelV * 10 + magikV * 10
  464. willpowerV = willV * 10
  465. BonusAtakV = 0
  466. BonusDefV = 0
  467. !!Programme of Action
  468. program = 0
  469. prostitutFight = 1
  470. if spellavtoklon = 1:klon = 3
  471. if spellbefshild = 1:defence = 500
  472. gt 'fight', 'start'
  473. end
  474. end
  475. if whoreQW > 1 and PCloStyle = 4:
  476. act 'Search client (0:15)':
  477. cla
  478. *clr
  479. minut += 15
  480. whrand = rand(0, 100)
  481. if whrand <= 5:
  482. '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."'
  483. if money >= 1000:
  484. act 'Giving money (1,000 <b>₽</b>)':
  485. cla
  486. money -= 1000
  487. 'You gave the money big man in the jeep. He put them in his pocket and left.'
  488. act 'Move away':gt 'park', 'prost'
  489. end
  490. end
  491. act 'Fuck you!':
  492. cla
  493. minut += 15
  494. gs 'npcgeneratec', 0, 'Bandit', rand(18,40)
  495. gs 'boyStat', $npclastgenerated
  496. !!stats
  497. strenV = 200
  498. speedV = 30
  499. agilV = 20
  500. reactV = 20
  501. vitalV = 150
  502. intelV = 10
  503. willV = 10
  504. !!skills
  505. magikV = 10
  506. boxingV = 10
  507. shootV = 10
  508. !!parameters
  509. healthV = vitalV * 10 + strenV * 5
  510. mannaV = intelV * 10 + magikV * 10
  511. willpowerV = willV * 10
  512. BonusAtakV = 0
  513. BonusDefV = 0
  514. !!Programme of Action
  515. program = 0
  516. prostitutFight = 2
  517. if spellavtoklon = 1:klon = 3
  518. if spellbefshild = 1:defence = 500
  519. gt 'fight', 'start'
  520. end
  521. elseif whrand > 5 and whrand <= 60:
  522. minut += 15
  523. stat['bj'] += 1
  524. guy += 1
  525. money += 500
  526. pcs_throat += 1
  527. '<center><img <<$set_imgh>> src="images/locations/highway/sex/car.jpg"></center>'
  528. '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.'
  529. 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.'
  530. 'You clasped lips member client and began to suck it, caress the tongue and try to take it as deep as possible.'
  531. gs 'npcgeneratec', 0, 'Client', rand(15,30)
  532. gs 'boyStat', $npclastgenerated
  533. if prezik = 0:
  534. swallow += 1
  535. spafinloc = 12
  536. gs 'cum_manage'
  537. 'Client started cumming in your mouth, you continued to suck and swallow his hot, tart sperm.'
  538. dynamic $venerasiak
  539. elseif prezik > 0:
  540. dynamic $prezik
  541. 'Client finished in a condom.'
  542. end
  543. 'After the client has finished you off immediately dropped out of the car.'
  544. act 'Go to the panel':gt 'park', 'prost'
  545. elseif whrand > 60 and whrand <= 90:
  546. minut += 15
  547. 'You were walking along the sidewalk showing off their charms completely in vain, no you are not interested.'
  548. act 'Go to the panel':gt 'park', 'prost'
  549. elseif whrand > 90:
  550. '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."'
  551. if money >= 500:
  552. act 'Giving money (500 <b>₽</b>)':
  553. cla
  554. money -= 500
  555. 'You gave the money to the prostitute, she turned and walked away.'
  556. act 'Move away':gt 'park', 'prost'
  557. end
  558. end
  559. act 'Fuck you!':
  560. cla
  561. minut += 15
  562. gs 'npcgeneratec', 0, 'Prostitute', rand(15,30)
  563. gs 'boyStat', $npclastgenerated
  564. !!stats
  565. strenV = 50
  566. speedV = 50
  567. agilV = 40
  568. reactV = 30
  569. vitalV = 60
  570. intelV = 10
  571. willV = 10
  572. !!skills
  573. magikV = 10
  574. boxingV = 10
  575. shootV = 10
  576. !!parameters
  577. healthV = vitalV * 10 + strenV * 5
  578. mannaV = intelV * 10 + magikV * 10
  579. willpowerV = willV * 10
  580. BonusAtakV = 0
  581. BonusDefV = 0
  582. !!Programme of Action
  583. program = 0
  584. prostitutFight = 3
  585. if spellavtoklon = 1:klon = 3
  586. if spellbefshild = 1:defence = 500
  587. gt 'fight', 'start'
  588. end
  589. end
  590. end
  591. end
  592. act 'Move away':gt 'park', 'start'
  593. end
  594. if $ARGS[0] = 'rape1':
  595. $location_type = 'event_outdoors'
  596. cla
  597. *clr
  598. rape += 1
  599. gs 'npcgeneratec', 0, 'Rapist', rand(18,40)
  600. gs 'boyStat', $npclastgenerated
  601. SUB += 3
  602. money = 0
  603. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/rape.jpg"></center>'
  604. 'Suddenly, you are hit on the head. You awake sometime later in a bush. Somehow you''re not able to move your arms, they must be tied up. As you look down on yourself, you realize, that you''re not wearing anything and before you can even react some dude is ramming his into your cunt. "Shit", you think yourself, "I''m being raped."'
  605. gs 'arousal', 5, 'vaginal', 'rape'
  606. act 'Try to resist':
  607. cla
  608. spafinloc = 0
  609. gs 'cum_manage'
  610. '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.'
  611. gs 'arousal', 15, 'vaginal', 'rape', 'rough'
  612. gs 'arousal', 'end'
  613. act 'Leave':gt 'park', 'start'
  614. end
  615. act 'Try to relax and enjoy it':
  616. cla
  617. *clr
  618. stat['anal'] += 1
  619. SUB += 5
  620. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/rapean.jpg"></center>'
  621. '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 and intends to take you doggy-style. He spreads your asscheeks aside and pushes his cock inside. You cry out in pain, but he holds your mouth shut and doesn''t stop fucking your asshole.'
  622. gs 'arousal', 15, 'anal', 'rape'
  623. act 'Go on':
  624. cla
  625. *clr
  626. spafinloc = 12
  627. gs 'cum_manage'
  628. spafinloc = 11
  629. gs 'cum_manage'
  630. SUB += 5
  631. '<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/cum.jpg"></center>'
  632. '"Give me a blowjob and you''ll get your reward for not resisting, woman.", he tells you. You nod obidiently and move on your knees and begin to give him head.'
  633. gs 'arousal', 15, 'bj', 'rape'
  634. '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."'
  635. gs 'arousal', 'end'
  636. act 'Stand up and leave':gt 'park', 'start'
  637. end
  638. end
  639. end
  640. --- park ---------------------------------