svidan 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. # svidan
  2. if $ARGS[0] = 'start':
  3. if svidanieA = 1 and svidanieB = 1 and svidanieC = 1:
  4. bfA = 0
  5. bfB = 0
  6. bfC = 0
  7. svidanieA = 0
  8. svidanieB = 0
  9. svidanieC = 0
  10. manna = 0
  11. willpower -= 30
  12. '<<$boyA>>, <<$boyB>> and <<$boyC>> come up to you, then look at each other in bewilderment. They understand everything and go. <<$boyC>> throws you goodbye "Well, you whore!"'
  13. act 'Leave.':gt 'street'
  14. exit
  15. elseif svidanieA = 1 and svidanieB = 1 and svidanieC = 0:
  16. bfA -= 1
  17. bfB = 0
  18. !!bfC = 0
  19. svidanieA = 0
  20. svidanieB = 0
  21. svidanieC = 0
  22. manna -= 10
  23. willpower -= 20
  24. '<<$boyA>> and <<$boyB>> come up to you, then look at each other in bewilderment. <<$boyA>> asked what kind of bloke you pinned. At that <<$boyB>> is outraged that he''s your guy and not this half-wit.'
  25. if bfA > 0:'<<$boybodyA>> <<$boybodA>> <<$boyA>> punches his rival''s face. <<$boyB>> falls to the ground with a broken face. <<$boyA>> defeated opponent says, "see you again beside my girls all fucking kill."'
  26. if bfA <= 0:'<<$boyA>> spits angrily on the ground and says. "Fuck you on the dick, whore." throwing flowers and leaves in the trash. <<$boyB>> looks at what is happening and leaves without saying a word.'
  27. act 'Leave.':gt 'street'
  28. exit
  29. elseif svidanieA = 1 and svidanieB = 0 and svidanieC = 1:
  30. bfA -= 1
  31. !!bfB = 0
  32. bfC = 0
  33. svidanieA = 0
  34. svidanieB = 0
  35. svidanieC = 0
  36. manna -= 10
  37. willpower -= 20
  38. '<<$boyA>> and <<$boyC>> come up to you, then look at each other in bewilderment. <<$boyA>> asked what the dick from the mountain to you pinned. At that <<$boyC>> is outraged that he''s your guy and not this half-wit.'
  39. if bfA > 0:'<<$boybodyA>> <<$boybodA>> <<$boyA>> punches his rival''s face. <<$boyC>> falls to the ground with a broken face. <<$boyA>> defeated opponent says, "see you again beside my girls all fucking kill."'
  40. if bfA <= 0:'<<$boyA>> spits angrily on the ground and says. "Fuck you on the dick, whore." throwing flowers and leaves in the trash. <<$boyC>> looks at what is happening and leaves without saying a word.'
  41. act 'Leave.':gt 'street'
  42. exit
  43. elseif svidanieA = 0 and svidanieB = 1 and svidanieC = 1:
  44. bfB -= 1
  45. !!bfB = 0
  46. bfC = 0
  47. svidanieA = 0
  48. svidanieB = 0
  49. svidanieC = 0
  50. manna -= 10
  51. willpower -= 20
  52. '<<$boyB>> and <<$boyC>> come up to you, then look at each other in bewilderment. <<$boyB>> asked what the dick from the mountain to you pinned. At that <<$boyC>> is outraged that he''s your guy and not this half-wit.'
  53. if bfb > 0:'<<$boybodyB>> <<$boybodB>> <<$boyB>> punches his rival''s face. <<$boyC>> falls to the ground with a broken face. <<$boyB>> defeated opponent says, "see you again beside my girls all fucking kill."'
  54. if bfb <= 0:'<<$boyB>> spits angrily on the ground and says. "Fuck you on the dick, whore." throwing flowers and leaves in the trash. <<$boyC>> looks at what is happening and leaves without saying a word.'
  55. act 'Leave.':gt 'street'
  56. exit
  57. elseif svidanieA = 1 and svidanieB = 0 and svidanieC = 0:
  58. dayA += 1
  59. svidanieA = 0
  60. willpower += rand(5, 10)
  61. manna += rand(5, 10)
  62. if harakBoy = 0:
  63. if mop <= 2 and mop > 0:bfA += 1
  64. if mop = 4:bfA -= 1
  65. elseif harakBoy = 1:
  66. if mop <= 3 and mop > 0:bfA += 1
  67. if mop = 4:bfA -= 1
  68. elseif harakBoy = 2:
  69. if mop = 4:bfA += 1
  70. if mop <= 2 and mop > 0:bfA -= 1
  71. end
  72. '<<$boybodyA>> <<$boybodA>> <<$boyA>> comes up to you and kisses you welcoming.'
  73. if dayA >= 30:
  74. giftrand = rand(0, 2)
  75. if giftrand <= financeA:
  76. gift = rand(bfa * 10, bfa * 50)
  77. money += gift
  78. '<<$boyA>> made a gift to you <<gift>> rubles.'
  79. end
  80. end
  81. act 'Kiss.':gt 'svidan', 'a'
  82. act 'Avoid kissing.':
  83. cla
  84. bfA -= 1
  85. gt 'svidan', 'a'
  86. end
  87. exit
  88. elseif svidanieA = 0 and svidanieB = 1 and svidanieC = 0:
  89. dayB += 1
  90. svidanieB = 0
  91. '<<$boybodyb>> <<$boybodb>> <<$boyb>> comes up to you and kisses you welcoming.'
  92. act 'Kiss.':gt 'svidan', 'b'
  93. exit
  94. elseif svidanieA = 0 and svidanieB = 0 and svidanieC = 1:
  95. dayc += 1
  96. svidaniec = 0
  97. '<<$boybodyc>> <<$boybodc>> <<$boyc>> comes up to you and kisses you welcoming.'
  98. act 'Kiss.':gt 'svidan', 'c'
  99. exit
  100. end
  101. end
  102. if $ARGS[0] = 'a':
  103. if financeA = 0:gt 'svi', 'poor'
  104. if financeA = 1:gt 'svi', 'norm'
  105. if financeA = 2:gt 'svi', 'reach'
  106. end
  107. if $ARGS[0] = 'kustA':
  108. *clr
  109. minut += 20
  110. 'You hid in the corner and ukromnoi <<$boyA>> pulled out his penis.'
  111. act 'Take by mouth':
  112. cla
  113. *clr
  114. bfA += 1
  115. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  116. bj += 1
  117. dick = dickA
  118. harakBoy = harakBoyA
  119. minut += 30
  120. $nameV = $boyA
  121. '<center><img src="images/picV/bj.jpg"></center>'
  122. 'You kneel and <<$nameV>> pulled out his penis and offered it to your face.'
  123. gs 'oral', 'start'
  124. act 'Continue to suck.':
  125. cla
  126. *clr
  127. swallow += 1
  128. cumlip += 1
  129. '<center><img src="images/picV/swallow.jpg"></center>'
  130. 'Hot jet of sperm hit you in the mouth. You started to swallow cum, and <<$nameV>> continued to cum in your mouth. Finally the flow of hot liquid with a pungent taste stopped.'
  131. act 'Leave.':
  132. cla
  133. gt 'street'
  134. end
  135. end
  136. act 'Remove the mouth.':
  137. cla
  138. *clr
  139. if harakBoyA = 0:
  140. '<center><img src="images/picV/hand.jpg"></center>'
  141. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  142. elseif harakBoyA = 1:
  143. tiprand = rand(0, 3)
  144. if tiprand < 3:
  145. '<center><img src="images/picV/hand.jpg"></center>'
  146. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  147. elseif tiprand = 3:
  148. facial += 1
  149. cumface += 1
  150. '<center><img src="images/picV/facial.jpg"></center>'
  151. 'You took out a member and at this point <<$nameV>> is dead right on your face, covering it with warm and sticky cum.'
  152. end
  153. elseif harakBoyA = 2:
  154. facial += 1
  155. cumface += 1
  156. '<center><img src="images/picV/facial.jpg"></center>'
  157. '<<$nameV>> hold your hair took a member of your mouth and cum on your face, covering it with warm and sticky cum.'
  158. end
  159. act 'Leave':
  160. cla
  161. gt 'street'
  162. end
  163. end
  164. end
  165. end
  166. if $ARGS[0] = 'carA':
  167. *clr
  168. minut += 20
  169. 'You got in the car and <<$boyA>> hug you and started kissing.'
  170. act 'Sex':
  171. cla
  172. *clr
  173. bfA += 1
  174. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  175. sex += 1
  176. minut += 30
  177. pose = 0
  178. $nameV = $boyA
  179. dick = dickA
  180. silavag = silavagA
  181. '<center><img src="images/picV/vag.jpg"></center>'
  182. '<<$nameV>> you put on your back and spread your legs.'
  183. gs 'orgazm', 'start'
  184. act 'Leave.':
  185. cla
  186. gt 'street'
  187. end
  188. end
  189. act 'Take by mouth':
  190. cla
  191. *clr
  192. bfA += 1
  193. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  194. bj += 1
  195. dick = dickA
  196. harakBoy = harakBoyA
  197. minut += 30
  198. $nameV = $boyA
  199. '<center><img src="images/picV/bj.jpg"></center>'
  200. 'You kneel and <<$nameV>> pulled out his penis and offered it to your face.'
  201. gs 'oral', 'start'
  202. act 'Continue to suck.':
  203. cla
  204. *clr
  205. swallow += 1
  206. cumlip += 1
  207. '<center><img src="images/picV/swallow.jpg"></center>'
  208. 'Hot jet of sperm hit you in the mouth. You started to swallow cum, and <<$nameV>> continued to cum in your mouth. Finally the flow of hot liquid with a pungent taste stopped.'
  209. act 'Leave.':
  210. cla
  211. gt 'street'
  212. end
  213. end
  214. act 'Remove the mouth.':
  215. cla
  216. *clr
  217. if harakBoyA = 0:
  218. '<center><img src="images/picV/hand.jpg"></center>'
  219. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  220. elseif harakBoyA = 1:
  221. tiprand = rand(0, 3)
  222. if tiprand < 3:
  223. '<center><img src="images/picV/hand.jpg"></center>'
  224. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  225. elseif tiprand = 3:
  226. facial += 1
  227. cumface += 1
  228. '<center><img src="images/picV/facial.jpg"></center>'
  229. 'You took out a member and at this point <<$nameV>> is dead right on your face, covering it with warm and sticky cum.'
  230. end
  231. elseif harakBoyA = 2:
  232. facial += 1
  233. cumface += 1
  234. '<center><img src="images/picV/facial.jpg"></center>'
  235. '<<$nameV>> hold your hair took a member of your mouth and cum on your face, covering it with warm and sticky cum.'
  236. end
  237. act 'Leave.':
  238. cla
  239. gt 'street'
  240. end
  241. end
  242. end
  243. end
  244. if $ARGS[0] = 'hisA':
  245. *clr
  246. minut += 20
  247. 'Once you have entered the apartment <<$boyA>> hug you and started kissing.'
  248. act 'Sex':
  249. cla
  250. *clr
  251. bfA += 1
  252. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  253. sex += 1
  254. minut += 30
  255. pose = 0
  256. $nameV = $boyA
  257. dick = dickA
  258. silavag = silavagA
  259. '<center><img src="images/picV/vag.jpg"></center>'
  260. '<<$nameV>> you put on your back and spread your legs.'
  261. gs 'orgazm', 'start'
  262. act 'Leave.':
  263. cla
  264. gt 'street'
  265. end
  266. end
  267. act 'Take by mouth':
  268. cla
  269. *clr
  270. bfA += 1
  271. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  272. bj += 1
  273. dick = dickA
  274. harakBoy = harakBoyA
  275. minut += 30
  276. $nameV = $boyA
  277. '<center><img src="images/picV/bj.jpg"></center>'
  278. 'You kneel and <<$nameV>> pulled out his penis and offered it to your face.'
  279. gs 'oral', 'start'
  280. act 'Continue to suck.':
  281. cla
  282. *clr
  283. swallow += 1
  284. cumlip += 1
  285. '<center><img src="images/picV/swallow.jpg"></center>'
  286. 'Hot jet of sperm hit you in the mouth. You started to swallow cum, and <<$nameV>> continued to cum in your mouth. Finally the flow of hot liquid with a pungent taste stopped.'
  287. act 'Leave.':
  288. cla
  289. gt 'street'
  290. end
  291. end
  292. act 'Remove the mouth.':
  293. cla
  294. *clr
  295. if harakBoyA = 0:
  296. '<center><img src="images/picV/hand.jpg"></center>'
  297. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  298. elseif harakBoyA = 1:
  299. tiprand = rand(0, 3)
  300. if tiprand < 3:
  301. '<center><img src="images/picV/hand.jpg"></center>'
  302. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  303. elseif tiprand = 3:
  304. facial += 1
  305. cumface += 1
  306. '<center><img src="images/picV/facial.jpg"></center>'
  307. 'You took out a member and at this point <<$nameV>> is dead right on your face, covering it with warm and sticky cum.'
  308. end
  309. elseif harakBoyA = 2:
  310. facial += 1
  311. cumface += 1
  312. '<center><img src="images/picV/facial.jpg"></center>'
  313. '<<$nameV>> hold your hair took a member of your mouth and cum on your face, covering it with warm and sticky cum.'
  314. end
  315. act 'Leave.':
  316. cla
  317. gt 'street'
  318. end
  319. end
  320. end
  321. end
  322. if $ARGS[0] = 'kvartA':
  323. *clr
  324. minut += 20
  325. if housr > 0:housrA = 1 & housrMir = 0
  326. 'Once you have entered the apartment <<$boyA>> hug you and started kissing.'
  327. if husband = 0:
  328. act 'Sex':
  329. cla
  330. *clr
  331. bfA += 1
  332. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  333. sex += 1
  334. minut += 30
  335. pose = 0
  336. $nameV = $boyA
  337. dick = dickA
  338. silavag = silavagA
  339. '<center><img src="images/picV/vag.jpg"></center>'
  340. '<<$nameV>> you put on your back and spread your legs.'
  341. gs 'orgazm', 'start'
  342. act 'Hold up doors.':
  343. cla
  344. gt 'mirror', 'fin'
  345. end
  346. end
  347. act 'Take by mouth':
  348. cla
  349. *clr
  350. bfA += 1
  351. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  352. bj += 1
  353. dick = dickA
  354. harakBoy = harakBoyA
  355. minut += 30
  356. $nameV = $boyA
  357. '<center><img src="images/picV/bj.jpg"></center>'
  358. 'You kneel and <<$nameV>> pulled out his penis and offered it to your face.'
  359. gs 'oral', 'start'
  360. act 'Continue to suck.':
  361. cla
  362. *clr
  363. swallow += 1
  364. cumlip += 1
  365. '<center><img src="images/picV/swallow.jpg"></center>'
  366. 'Hot jet of sperm hit you in the mouth. You started to swallow cum, and <<$nameV>> continued to cum in your mouth. Finally the flow of hot liquid with a pungent taste stopped.'
  367. act 'Hold up doors.':
  368. cla
  369. gt 'mirror', 'fin'
  370. end
  371. end
  372. act 'Remove the mouth.':
  373. cla
  374. *clr
  375. if harakBoyA = 0:
  376. '<center><img src="images/picV/hand.jpg"></center>'
  377. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  378. elseif harakBoyA = 1:
  379. tiprand = rand(0, 3)
  380. if tiprand < 3:
  381. '<center><img src="images/picV/hand.jpg"></center>'
  382. 'You remove a member from his mouth and <<$nameV>> you are finished in hand.'
  383. elseif tiprand = 3:
  384. facial += 1
  385. cumface += 1
  386. '<center><img src="images/picV/facial.jpg"></center>'
  387. 'You took out a member and at this point <<$nameV>> is dead right on your face, covering it with warm and sticky cum.'
  388. end
  389. elseif harakBoyA = 2:
  390. facial += 1
  391. cumface += 1
  392. '<center><img src="images/picV/facial.jpg"></center>'
  393. '<<$nameV>> hold your hair took a member of your mouth and cum on your face, covering it with warm and sticky cum.'
  394. end
  395. act 'Hold up doors.':
  396. cla
  397. gt 'mirror', 'fin'
  398. end
  399. end
  400. act 'Masturbate him':
  401. cla
  402. *clr
  403. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  404. DOM += 1
  405. hj += 1
  406. minut += 30
  407. horny += DOM
  408. '<center><img src="images/picV/hand1.jpg"></center>'
  409. 'You stripped and put the guy on the bed, while they themselves sat next to him and began to fondle his penis hands.'
  410. 'Soon, your skillful movements guy finished you in her hands.'
  411. if harakBoyA = 0:bfA -= 1
  412. if harakBoyA = 1:bfA -= 5
  413. if harakBoyA = 2:bfA -= 10
  414. act 'Wipe your hands and hold up to the door.':
  415. cla
  416. gt 'mirror', 'fin'
  417. end
  418. end
  419. if DOM > 1 and kunday ! day and mesec <= 0:
  420. act 'Cooney':
  421. cla
  422. *clr
  423. kunday = day
  424. if boyonceA = 0:boyonceA = 1 & guy += 1 & vneshBoyA += 10
  425. DOM += 1
  426. kuni += 1
  427. minut += 30
  428. horny += DOM + (silaVag * 2 + 5)
  429. '<center><img src="images/picV/kuni.jpg"></center>'
  430. 'You undressed and lay on the bed, saying that the guy you caressed his tongue.'
  431. '<<$boyA>> lay down between your legs and began to work the tongue on your pussy.'
  432. if harakBoyA = 0:bfA -= 1
  433. if harakBoyA = 1:bfA -= 5
  434. if harakBoyA = 2:bfA -= 10
  435. if horny >= 90:
  436. horny = 0
  437. manna += 15
  438. willpower += 15
  439. orgasm += 1
  440. 'Man of skillful actions you covered orgasm.'
  441. else
  442. 'Actions Man though they were exciting, but they started to bore you.'
  443. end
  444. end
  445. act 'Further.':
  446. cla
  447. gt 'svidan', 'kvartA'
  448. end
  449. end
  450. end
  451. end
  452. end
  453. --- svidan ---------------------------------