329_podezdM 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. # podezdM
  2. <<<<<<< 329_podezdM
  3. if $ARGS[0] = 'start':
  4. set minut += 15
  5. '<<$boyA>> said, "Let´s go to the shop, buy pivasika"'
  6. act 'Start embracing.':
  7. cla
  8. if harakBoyA = 0: set bfa += 2
  9. if harakBoyA = 1: set bfa += 1
  10. if harakBoyA = 2: set bfa -= 1
  11. '<center><img src="images\etogame\boygo.jpg"></center>'
  12. 'You go to embracing kiosk there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  13. gt 'podezdM','kiosk'
  14. end
  15. act 'Go hand in hand.':
  16. cla
  17. if harakBoyA = 0: set bfa += 1
  18. if harakBoyA = 1: set bfa += 2
  19. if harakBoyA = 2: set bfa -= 1
  20. '<center><img src="images\etogame\boygo1.jpg"></center>'
  21. 'You go hand in hand to stall there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  22. gt 'podezdM','kiosk'
  23. end
  24. act 'Go next.':
  25. cla
  26. if harakBoyA = 0: set bfa -= 1
  27. if harakBoyA = 1: set bfa += 1
  28. if harakBoyA = 2: set bfa += 2
  29. '<center><img src="images\etogame\boygo2.jpg"></center>'
  30. 'You go up to the kiosk, there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  31. gt 'podezdM','kiosk'
  32. end
  33. =======
  34. if $ARGS[0]='start':
  35. set minut = minut + 15
  36. '<<$boyA>> said "Let`s go to the kiosk, pivasika buy"'
  37. act 'go embracing.':
  38. cla
  39. if harakBoyA = 0:set bfa = bfa + 2
  40. if harakBoyA = 1:set bfa = bfa + 1
  41. if harakBoyA = 2:set bfa = bfa - 1
  42. '<center><img src="pic/boygo.jpg" ></center>'
  43. 'You go up to the kiosk embracing, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
  44. gt'podezdM','kiosk'
  45. end
  46. act 'Go hand in hand.':
  47. cla
  48. if harakBoyA = 0:set bfa = bfa + 1
  49. if harakBoyA = 1:set bfa = bfa + 2
  50. if harakBoyA = 2:set bfa = bfa - 1
  51. '<center><img src="pic/boygo1.jpg" ></center>'
  52. 'You go hand in hand to stall, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
  53. gt'podezdM','kiosk'
  54. end
  55. act 'go next.':
  56. cla
  57. if harakBoyA = 0:set bfa = bfa - 1
  58. if harakBoyA = 1:set bfa = bfa + 1
  59. if harakBoyA = 2:set bfa = bfa + 2
  60. '<center><img src="pic/boygo2.jpg" ></center>'
  61. 'You go up to the kiosk, over_there <<$boyA>> buys beer and chips and you go to the nearest entrance.'
  62. gt'podezdM','kiosk'
  63. end
  64. >>>>>>> 329_podezdM
  65. end
  66. <<<<<<< 329_podezdM
  67. if $ARGS[0] = 'kiosk':
  68. =======
  69. if $ARGS[0]='kiosk':
  70. >>>>>>> 329_podezdM
  71. cla
  72. *clr
  73. <<<<<<< 329_podezdM
  74. set minut += 30
  75. set fat += 1
  76. set manna += 10
  77. set willpower += 10
  78. '<center><img src="images\etogame\podezdM.jpg"></center>'
  79. 'At the entrance you guy opens a bottle of beer and delivers it to you.'
  80. set podrand = RAND(5,100)
  81. act 'Drink a little.':
  82. cla
  83. alko += 1
  84. gs 'stat'
  85. if podrand < 9:
  86. xgt 'podezdM','kiosk1'
  87. end
  88. if podrand >= 9:
  89. gt 'podezdM','grup'
  90. end
  91. end
  92. act 'Drink a bottle.':
  93. cla
  94. alko += 2
  95. gs 'stat'
  96. set fat += 1
  97. set manna += 10
  98. set willpower += 10
  99. if podrand < 9:
  100. gt 'podezdM','kiosk1'
  101. end
  102. if podrand >= 9:
  103. gt 'podezdM','grup'
  104. end
  105. end
  106. =======
  107. set minut = minut + 30
  108. set fat = fat + 1
  109. set manna = manna + 10
  110. set willpower = willpower + 10
  111. '<center><img src="pic/podezdM.jpg" ></center>'
  112. 'At the entrance you guy opens a bottle of beer and delivers it to you.'
  113. set podrand = RAND (5,100)
  114. act 'drink a little.':
  115. cla
  116. alko+=1
  117. gs'stat'
  118. if podrand < 9:
  119. xgt'podezdM','kiosk1'
  120. end
  121. if podrand >= 9:
  122. gt'podezdM','grup'
  123. end
  124. end
  125. act 'drink a bottle.':
  126. cla
  127. alko+=2
  128. gs'stat'
  129. set fat = fat + 1
  130. set manna = manna + 10
  131. set willpower = willpower + 10
  132. if podrand < 9:
  133. gt'podezdM','kiosk1'
  134. end
  135. if podrand >= 9:
  136. gt'podezdM','grup'
  137. end
  138. end
  139. >>>>>>> 329_podezdM
  140. end
  141. <<<<<<< 329_podezdM
  142. if $ARGS[0] = 'kiosk1':
  143. =======
  144. if $ARGS[0]='kiosk1':
  145. >>>>>>> 329_podezdM
  146. cla
  147. *clr
  148. <<<<<<< 329_podezdM
  149. if dayA > 15 and harakBoyA = 2: gs 'boylove','tits'
  150. if dayA > 20 and harakBoyA = 1: gs 'boylove','tits'
  151. if dayA > 25 and harakBoyA = 0: gs 'boylove','tits'
  152. if dayA > 20 and harakBoyA = 2: gs 'boylove','figure'
  153. if dayA > 25 and harakBoyA = 1: gs 'boylove','figure'
  154. if dayA > 30 and harakBoyA = 0: gs 'boylove','figure'
  155. gs 'anekdot'
  156. '<<$boyA>> drinking beer and anecdote tells you "<<$anek>>."'
  157. act 'Laugh.':
  158. cla
  159. set SUB += 1
  160. set bfa += 1
  161. gt 'podezdM','kiosk2'
  162. end
  163. act 'Smile.':
  164. cla
  165. gt 'podezdM','kiosk2'
  166. end
  167. act 'Not funny.':
  168. cla
  169. set DOM += 1
  170. set bfa -= 1
  171. gt 'podezdM','kiosk2'
  172. end
  173. =======
  174. if dayA > 15 and harakBoyA = 2:gs'boylove','tits'
  175. if dayA > 20 and harakBoyA = 1:gs'boylove','tits'
  176. if dayA > 25 and harakBoyA = 0:gs'boylove','tits'
  177. if dayA > 20 and harakBoyA = 2:gs'boylove','figure'
  178. if dayA > 25 and harakBoyA = 1:gs'boylove','figure'
  179. if dayA > 30 and harakBoyA = 0:gs'boylove','figure'
  180. gs'anekdot'
  181. '<<$boyA>> drinking beer and telling you anecdote "<<$anek>>".'
  182. act 'laugh.':
  183. cla
  184. set SUB = SUB + 1
  185. set bfa = bfa + 1
  186. gt'podezdM','kiosk2'
  187. end
  188. act 'smile.':
  189. cla
  190. gt'podezdM','kiosk2'
  191. end
  192. act 'not funny.':
  193. cla
  194. set DOM = DOM + 1
  195. set bfa = bfa - 1
  196. gt'podezdM','kiosk2'
  197. end
  198. >>>>>>> 329_podezdM
  199. end
  200. <<<<<<< 329_podezdM
  201. if $ARGS[0] = 'kiosk2':
  202. =======
  203. if $ARGS[0]='kiosk2':
  204. >>>>>>> 329_podezdM
  205. cla
  206. *clr
  207. <<<<<<< 329_podezdM
  208. if harakBoyA = 0:
  209. if daya < 20 and boyonceA = 0:
  210. '<<$boyA>> drank beer and offered to take you home.'
  211. act 'Go with a guy before his entrance.': gt 'sexm','start'
  212. exit
  213. end
  214. if daya >= 20 and boyonceA = 0:
  215. '<<$boyA>> drank beer and offered to take you home.'
  216. act 'Go with a guy before his entrance.': gt 'sexm','start'
  217. exit
  218. end
  219. if boyonceA = 1:
  220. '<<$boyA>> drank beer and offered to take you home.'
  221. act 'Go with a guy before his entrance.': gt 'sexm','start'
  222. exit
  223. end
  224. end
  225. if harakBoyA = 1:
  226. if daya < 10 and boyonceA = 0:
  227. '<<$boyA>> drank beer and offered to take you home.'
  228. act 'Go with a guy before his entrance.': gt 'sexm','start'
  229. exit
  230. end
  231. if daya >= 10 and boyonceA = 0:
  232. '<<$boyA>> drank beer and offered to take you home.'
  233. act 'Go with a guy before his entrance.': gt 'sexm','start'
  234. exit
  235. end
  236. if boyonceA = 1:
  237. '<<$boyA>> drank beer and offered to take you home.'
  238. act 'Go with a guy before his entrance.': gt 'sexm','start'
  239. exit
  240. end
  241. end
  242. if harakBoyA = 2 and izvrat = 0:
  243. if daya < 3 and boyonceA = 0:
  244. '<<$boyA>> drank beer and offered to take you home.'
  245. act 'Go with a guy before his entrance.': gt 'sexm','start'
  246. exit
  247. end
  248. if daya >= 3 and boyonceA = 0:
  249. '<<$boyA>> drank beer and offered to take you home.'
  250. act 'Go with a guy before his entrance.': gt 'sexm','start'
  251. exit
  252. end
  253. if boyonceA = 1:
  254. '<<$boyA>> drank beer and offered to take you home.'
  255. act 'Go with a guy before his entrance.': gt 'sexm','start'
  256. exit
  257. end
  258. end
  259. if harakBoyA = 2 and izvrat = 1:
  260. if daya < 3 and boyonceA = 0:
  261. '<<$boyA>> drank beer and threw the bottle told you. "<<$name>>, you´re so juicy, I want you!" with these words he came up to you and hugged the waist dug its lips in yours, his tongue entered your mouth.'
  262. act 'Break.':
  263. cla
  264. 'You escaped from the grip of his, and that he has told you, "Well, what you break, you want to do this myself."'
  265. act 'Fuck you!.':
  266. cla
  267. set DOM += 1
  268. set bfA = 0
  269. gt 'street'
  270. end
  271. act 'Kissing.':
  272. cla
  273. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  274. gt 'sexm','startPod'
  275. end
  276. end
  277. act 'Kissing.':
  278. cla
  279. set SUB += 1
  280. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  281. gt 'sexm','startPod'
  282. end
  283. exit
  284. end
  285. if daya >= 3 and boyonceA = 0:
  286. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  287. act 'Go with a guy before his entrance.': gt 'sexm','start'
  288. exit
  289. end
  290. if boyonceA = 1:
  291. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  292. act 'Go with a guy before his entrance.': gt 'sexm','start'
  293. exit
  294. end
  295. end
  296. =======
  297. if harakBoyA = 0:
  298. if daya < 20 and boyonceA = 0:
  299. '<<$boyA>> drank beer and offered to take you home.'
  300. act 'To go along with the guy to her house.':gt'sexm','start'
  301. exit
  302. end
  303. if daya >= 20 and boyonceA = 0:
  304. '<<$boyA>> drank beer and offered to take you home.'
  305. act 'To go along with the guy to her house.':gt'sexm','start'
  306. exit
  307. end
  308. if boyonceA = 1:
  309. '<<$boyA>> drank beer and offered to take you home.'
  310. act 'To go along with the guy to her house.':gt'sexm','start'
  311. exit
  312. end
  313. end
  314. if harakBoyA = 1:
  315. if daya < 10 and boyonceA = 0:
  316. '<<$boyA>> drank beer and offered to take you home.'
  317. act 'To go along with the guy to her house.':gt'sexm','start'
  318. exit
  319. end
  320. if daya >= 10 and boyonceA = 0:
  321. '<<$boyA>> drank beer and offered to take you home.'
  322. act 'To go along with the guy to her house.':gt'sexm','start'
  323. exit
  324. end
  325. if boyonceA = 1:
  326. '<<$boyA>> drank beer and offered to take you home.'
  327. act 'To go along with the guy to her house.':gt'sexm','start'
  328. exit
  329. end
  330. end
  331. if harakBoyA = 2 and izvrat = 0:
  332. if daya < 3 and boyonceA = 0:
  333. '<<$boyA>> drank beer and offered to take you home.'
  334. act 'To go along with the guy to her house.':gt'sexm','start'
  335. exit
  336. end
  337. if daya >= 3 and boyonceA = 0:
  338. '<<$boyA>> drank beer and offered to take you home.'
  339. act 'To go along with the guy to her house.':gt'sexm','start'
  340. exit
  341. end
  342. if boyonceA = 1:
  343. '<<$boyA>> drank beer and offered to take you home.'
  344. act 'To go along with the guy to her house.':gt'sexm','start'
  345. exit
  346. end
  347. end
  348. if harakBoyA = 2 and izvrat = 1:
  349. if daya < 3 and boyonceA = 0:
  350. '<<$boyA>> finished his beer and threw the bottle said to you. "Svetsik, you`re so juicy, i want you!" With these words he came up to you and hugged her waist dug its lips in your, penetrated his tongue in your mouth.'
  351. act 'break_Away.':
  352. cla
  353. 'You broke out of his grip of, and that he has told you "Well you break, You want to do this myself."'
  354. act 'Fuck you!.':
  355. cla
  356. set DOM = DOM + 1
  357. set bfA = 0
  358. gt'street'
  359. end
  360. act 'kiss.':
  361. cla
  362. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  363. gt'sexm','startPod'
  364. end
  365. end
  366. act 'kiss.':
  367. cla
  368. set SUB = SUB + 1
  369. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  370. gt'sexm','startPod'
  371. end
  372. exit
  373. end
  374. if daya >= 3 and boyonceA = 0:
  375. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  376. act 'To go along with the guy to her house.':gt'sexm','start'
  377. exit
  378. end
  379. if boyonceA = 1:
  380. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  381. act 'To go along with the guy to her house.':gt'sexm','start'
  382. exit
  383. end
  384. end
  385. >>>>>>> 329_podezdM
  386. end
  387. <<<<<<< 329_podezdM
  388. if $ARGS[0] = 'grup':
  389. =======
  390. if $ARGS[0]='grup':
  391. >>>>>>> 329_podezdM
  392. cla
  393. *clr
  394. <<<<<<< 329_podezdM
  395. '<center><img src="images\etogame\podezdM1.jpg"></center>'
  396. 'In a couple of guys got locked, they came to your boyfriend and greeted him. Boys brought vodka and a snack.'
  397. act 'Refuse to drink.':
  398. cla
  399. if harakBoyA = 0: set bfa += 1
  400. if harakBoyA = 1: set bfa -= 1
  401. if harakBoyA = 2: set bfa -= 2
  402. gt 'podezdM','grup1'
  403. end
  404. act 'Drink a little.':
  405. cla
  406. alko += 1
  407. gs 'stat'
  408. if harakBoyA = 0: set bfa += 1
  409. if harakBoyA = 1: set bfa += 2
  410. if harakBoyA = 2: set bfa += 1
  411. gt 'podezdM','grup1'
  412. end
  413. act 'Thump with the guys.':
  414. cla
  415. alko += 2
  416. gs 'stat'
  417. if harakBoy = 0: set bfa -= 1
  418. if harakBoy = 1: set bfa += 1
  419. if harakBoy = 2: set bfa += 2
  420. set fat += 1
  421. set manna += 10
  422. set willpower += 10
  423. gt 'podezdM','grup2'
  424. end
  425. =======
  426. '<center><img src="pic/podezdM1.jpg" ></center>'
  427. 'In the entrance includes a couple of guys, they came to your guy and greeted him. Guys have brought vodka and snacks.'
  428. act 'refuse to drink.':
  429. cla
  430. if harakBoyA = 0:set bfa = bfa + 1
  431. if harakBoyA = 1:set bfa = bfa - 1
  432. if harakBoyA = 2:set bfa = bfa - 2
  433. gt'podezdM','grup1'
  434. end
  435. act 'drink a little.':
  436. cla
  437. alko+=1
  438. gs'stat'
  439. if harakBoyA = 0:set bfa = bfa + 1
  440. if harakBoyA = 1:set bfa = bfa + 2
  441. if harakBoyA = 2:set bfa = bfa + 1
  442. gt'podezdM','grup1'
  443. end
  444. act 'Thump with the guys.':
  445. cla
  446. alko+=2
  447. gs'stat'
  448. if harakBoy = 0:set bfa = bfa - 1
  449. if harakBoy = 1:set bfa = bfa + 1
  450. if harakBoy = 2:set bfa = bfa + 2
  451. set fat = fat + 1
  452. set manna = manna + 10
  453. set willpower = willpower + 10
  454. gt'podezdM','grup2'
  455. end
  456. >>>>>>> 329_podezdM
  457. end
  458. <<<<<<< 329_podezdM
  459. if $ARGS[0] = 'grup1':
  460. =======
  461. if $ARGS[0]='grup1':
  462. >>>>>>> 329_podezdM
  463. cla
  464. *clr
  465. <<<<<<< 329_podezdM
  466. gs 'stat'
  467. 'You tusite in porch with the guys, they poison jokes, thumps and yuk.'
  468. '<<$boyA>> drank beer and offered to take you home.'
  469. act 'Go with a guy before his entrance.': gt 'sexm','start'
  470. =======
  471. gs'stat'
  472. 'You tusite in the stairwell with the guys, they poison jokes, thumps and gogochut.'
  473. '<<$boyA>> drank beer and offered to take you home.'
  474. act 'To go along with the guy to her house.':gt'sexm','start'
  475. >>>>>>> 329_podezdM
  476. end
  477. <<<<<<< 329_podezdM
  478. if $ARGS[0] = 'grup2':
  479. =======
  480. if $ARGS[0]='grup2':
  481. >>>>>>> 329_podezdM
  482. cla
  483. *clr
  484. <<<<<<< 329_podezdM
  485. gs 'stat'
  486. 'You nakiryalis hard floor and floats beneath your feet, one of the guys hug your waist, that you would not have fallen.'
  487. 'Another man cackled and began to paw you chest.'
  488. if harakBoyA = 0:
  489. '<<$boyA>> began to mumble, "You guys that can not be so!"'
  490. 'At that drunken guys just laughed and began pulling off your clothes.'
  491. act 'Resist.': gt 'sexm','gangrape'
  492. act 'Surrender.': gt 'sexm','gangbang'
  493. exit
  494. end
  495. if harakBoyA = 1:
  496. '<<$boyA>> stood up and yelled, "Hey, you ohreneli what? That´s my chick, took his hands."'
  497. 'Guys take a back seat and loosened his grip.'
  498. act 'Go with a guy before his entrance.': gt 'sexm','start'
  499. act 'Shut up, I´ll decide who I sleep, go here boys.': gt 'sexm','gangbang'
  500. exit
  501. end
  502. if harakBoyA = 2 and izvrat = 0:
  503. '<<$boyA>> stood up and silently broke a bottle over the head guy who you pawing at his chest, the guy fell to the floor and groaned. <<$boyA>> quietly and confidently said, "Who else wants some?"'
  504. 'Guys you instantly released and moved aside.'
  505. act 'Go with a guy before his entrance.': gt 'sexm','start'
  506. act 'Or maybe all together ..?': gt 'sexm','gangbang'
  507. exit
  508. end
  509. if harakBoyA = 2 and izvrat = 1:
  510. '<<$boyA>> neigh "Let this whore in a circle is empty!"'
  511. 'Drunk guys were enthusiastic about the proposal and began pulling off your clothes.'
  512. act 'Resist.': gt 'sexm','gangrape'
  513. act 'Surrender.': gt 'sexm','gangbang'
  514. exit
  515. end
  516. end
  517. =======
  518. gs'stat'
  519. 'You nakiryalis hard floor and floats beneath your feet, one of the guys you embraced by the waist, that you would not have fallen.'
  520. 'Another man guffawed and began to paw you for chest.'
  521. if harakBoyA = 0:
  522. '<<$boyA>> began to mumble "children, that you, not the same as!"'
  523. 'At that drunken guys just laughed and began to pull off your clothes.'
  524. act 'resist.':gt'sexm','gangrape'
  525. act 'surrender.':gt'sexm','gangbang'
  526. exit
  527. end
  528. if harakBoyA = 1:
  529. '<<$boyA>> stood up and barked "hey, ohreneli you something? This is my heifer, removed his hands."'
  530. 'Guys take a back seat and loosen the grip.'
  531. act 'To go along with the guy to her house.':gt'sexm','start'
  532. act 'Shut_Up, I myself decide with whom I sleep, Come here boys.':gt'sexm','gangbang'
  533. exit
  534. end
  535. if harakBoyA = 2 and izvrat = 0:
  536. '<<$boyA>> stood and silently broke a bottle over the head guy who you paw at his chest, man fell to the floor and groaned. <<$boyA>> quietly and confidently said "Even somebody wants?"'
  537. 'Guys let you instantly and stepped aside.'
  538. act 'To go along with the guy to her house.':gt'sexm','start'
  539. act 'Or maybe all together..?':gt'sexm','gangbang'
  540. exit
  541. end
  542. if harakBoyA = 2 and izvrat = 1:
  543. '<<$boyA>> neigh "Let`s take this whore in a circle is empty!"'
  544. 'Drunk guys were enthusiastic about the proposal and began pulling off your clothes.'
  545. act 'resist.':gt'sexm','gangrape'
  546. act 'surrender.':gt'sexm','gangbang'
  547. exit
  548. end
  549. end
  550. >>>>>>> 329_podezdM
  551. --- podezdM ---------------------------------