park 22 KB

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