248_kinoM 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # kinoM
  2. if $ARGS[0] = 'start':
  3. set minut += 30
  4. 'You have come to the cinema. <<$boyA>> bought two tickets for the back row.'
  5. if dayA > 15 and harakBoyA = 2: gs 'boylove','tits'
  6. if dayA > 20 and harakBoyA = 1: gs 'boylove','tits'
  7. if dayA > 25 and harakBoyA = 0: gs 'boylove','tits'
  8. if dayA > 20 and harakBoyA = 2: gs 'boylove','figure'
  9. if dayA > 25 and harakBoyA = 1: gs 'boylove','figure'
  10. if dayA > 30 and harakBoyA = 0: gs 'boylove','figure'
  11. gs 'anekdot'
  12. 'While you wait for the show <<$boyA>> anecdote tells you "<<$anek>>."'
  13. act 'Laugh.':
  14. cla
  15. set SUB += 1
  16. set bfa += 1
  17. xgt 'kinoM','a'
  18. end
  19. act 'Smile.':
  20. cla
  21. xgt 'kinoM','a'
  22. end
  23. act 'Not funny.':
  24. cla
  25. set DOM += 1
  26. set bfa -= 3
  27. xgt 'kinoM','a'
  28. end
  29. end
  30. if $ARGS[0] = 'a':
  31. *clr
  32. set minut += 90
  33. set fat += 2
  34. '<center><img src="images\etogame\kino.jpg"></center>'
  35. 'Finally started the session. And you <<$boyA>> entered the room, found their seats and sat on comfortable chairs. <<$boyA>> put a big jar of popcorn on your knees and you have become his turn.'
  36. if harakBoyA < 2:
  37. act 'Hug his arm.':
  38. cla
  39. set bfa += 1
  40. 'Have you hugged his hand and he kissed you, and then sat out the entire session holding hands.'
  41. xgt 'kinoM','b'
  42. end
  43. end
  44. if harakBoyA = 2:
  45. act 'Hug his arm.':
  46. cla
  47. set bfa += 1
  48. 'Have you hugged his hand and he kissed you, then his hand began obschupyvat your knee <<$boyA>> whispered to you, baby, I want you.'
  49. act 'Clean it out and watch a movie.': xgt 'kinoM','b'
  50. act 'Masturbate.': gt 'kinoM','hj'
  51. act 'Suck.': gt 'kinoM','bj'
  52. act 'Sit down on his cock.': gt 'kinoM','sex'
  53. end
  54. end
  55. act 'Watch a movie.':
  56. cla
  57. set bfa -= 1
  58. set intel += 1
  59. 'Cinema proved interesting and you sat out the entire session without interrupting the movie.'
  60. xgt 'kinoM','b'
  61. end
  62. end
  63. if $ARGS[0] = 'sex':
  64. *clr
  65. gs 'brosok'
  66. set sex += 1
  67. sexa += 1
  68. set vagina += 1
  69. set horny += SUB
  70. set bfa += 2
  71. '<center><img src="images\picVA\sinema.jpg"></center>'
  72. 'You got his dick out of his pants and masturbate him to begin with, <<$boyA>> took out a condom and put on the penis, after that you took the <<$dick>> centimeter of his dick wet pussy and began to move slowly in the dark hall of audience.'
  73. if horny >= 90:
  74. set horny = 0
  75. set manna += 15
  76. set willpower += 15
  77. set orgasm += 1
  78. 'You feel like something is growing inside of you and all your bottom turned into a blazing fire pleasant fire in a minute smooth movements on the penis you had to hand over his mouth to stop up that would not scream the entire hall from orgasm.'
  79. end
  80. 'Soon <<$boyA>> could not resist and finished in a condom.'
  81. act 'Next.': gt 'kinoM','b'
  82. end
  83. if $ARGS[0] = 'bj':
  84. *clr
  85. gs 'brosok'
  86. set bj += 1
  87. bja += 1
  88. set swallow += 1
  89. set cumlip += 1
  90. set horny += SUB
  91. set bfa += 2
  92. '<center><img src="images\picVA\sinema1.jpg"></center>'
  93. 'You got his dick out of his pants and masturbate him to begin with, then leaned over him and around his lips slowly began to suck it <<$dick>> centimeter member viewers in the dark hall.'
  94. 'Soon <<$boyA>> could not resist and finished in your mouth, you have tried to swallow all the sperm because spit still nowhere.'
  95. act 'Next.': gt 'kinoM','b'
  96. end
  97. if $ARGS[0] = 'hj':
  98. *clr
  99. gs 'brosok'
  100. set hj += 1
  101. hja += 1
  102. set horny += SUB
  103. set bfa += 1
  104. '<center><img src="images\picVA\sinema2.jpg"></center>'
  105. 'You got his dick out of his pants and began to fondle his hands in a dark room viewers.'
  106. 'Soon, your skillful movements guy finished you in her hands, you wiped them on his handkerchief.'
  107. act 'Next.': gt 'kinoM','b'
  108. end
  109. if $ARGS[0] = 'b':
  110. set minut += 30
  111. set fat += 1
  112. 'Session ended, the lights came on in the theater and the people went to the exit <<$boyA>> proposed to hold you.'
  113. act 'Home.': gt 'sexm','start'
  114. end
  115. --- kinoM ---------------------------------