373_youry 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. # youry
  2. <<<<<<< 373_youry
  3. $roomyour = {
  4. set $nameV = 'Yuri'
  5. $boy = $nameV
  6. set dick = 18
  7. set silavag = 2
  8. harakBoy = 1
  9. NoGuy = 1
  10. GoToGuy = 1
  11. finance = 1
  12. act 'On the bed': gt 'BDsex','start'
  13. =======
  14. $roomyour={
  15. set $nameV = 'Yuri'
  16. $boy=$nameV
  17. set dick = 18
  18. set silavag = 2
  19. harakBoy=1
  20. NoGuy=1
  21. GoToGuy=1
  22. finance=1
  23. act 'on the bed':gt'BDsex','start'
  24. >>>>>>> 373_youry
  25. }
  26. <<<<<<< 373_youry
  27. set minut += 5
  28. '<center><B><font color = maroon>Flat George</font></B></center>'
  29. '<center><img src="images\peter\peterdoor.jpg"></center>'
  30. clr
  31. gs 'stat'
  32. fcolor = rgb(0,0,0)
  33. bcolor = rgb(255,255,255)
  34. =======
  35. set minut = minut + 5
  36. '<center><B><font color=maroon>apartment Yuri</font></B></center>'
  37. '<center><img src="peter/peterdoor.jpg" ></center>'
  38. clr
  39. gs'stat'
  40. fcolor=rgb(0,0,0)
  41. bcolor=rgb(255,255,255)
  42. >>>>>>> 373_youry
  43. LCOLOR = rgb(106,90,205)
  44. <<<<<<< 373_youry
  45. act 'QUIT':
  46. cla
  47. set minut += 5
  48. gt 'nord'
  49. end
  50. act 'Ring the doorbell':
  51. cla
  52. if hour > 16:
  53. 'You rang the doorbell. The door opened very quickly, stood on the threshold Yuri. He invited you to enter.'
  54. act 'Login to Jury':
  55. cls
  56. minut += 15
  57. gs 'stat'
  58. 'You entered the apartment to Yuri, he held you in the hall and sat on a chair. Went into the kitchen and priens bottle of champagne with grapes.'
  59. act 'Drinking with Yuri':
  60. cls
  61. minut += 15
  62. gs 'stat'
  63. 'You are listening to as Yuri praises your sex skills drank champagne. Yuri suggested we go to bed.'
  64. dynamic $roomyour
  65. end
  66. end
  67. exit
  68. else
  69. 'You rang the doorbell, but nobody answered you.'
  70. end
  71. act 'Away from the door': gt $curloc
  72. end
  73. =======
  74. act 'GO_OUT':
  75. cla
  76. set minut = minut + 5
  77. gt'nord'
  78. end
  79. act 'Ring the doorbell':
  80. cla
  81. if hour>16:
  82. 'You`ve reached the door. The door opened very quickly, Yuri stood on the threshold. He has invited you to enter.'
  83. act 'Login to Jury':
  84. cls
  85. minut+=15
  86. gs'stat'
  87. 'You entered the apartment to Jury, he held you in the room and sat on the chair. I went into the kitchen and priens bottle of champagne with grapes.'
  88. act 'Drinking with Yuri':
  89. cls
  90. minut+=15
  91. gs'stat'
  92. 'You are listening to Yuri praises your sex skills drank champagne. Yuri suggested we go to bed.'
  93. dynamic $roomyour
  94. end
  95. end
  96. exit
  97. else
  98. 'You`ve reached the door, but you no one opened.'
  99. end
  100. act 'Move away from the door':gt $curloc
  101. end
  102. >>>>>>> 373_youry
  103. --- youry ---------------------------------