youry 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. # youry
  2. clr
  3. minut += 5
  4. gs 'stat'
  5. fcolor = rgb(0, 0, 0)
  6. bcolor = rgb(255, 255, 255)
  7. lcolor = rgb(106, 90, 205)
  8. '<center><b><font color="maroon">Yuri''s Flat</font></b></center>'
  9. '<center><img src="images/peter/peterdoor.jpg"></center>'
  10. act 'Leave':
  11. cla
  12. minut += 5
  13. gt 'nord'
  14. end
  15. act 'Ring the doorbell':
  16. cla
  17. if hour > 16:
  18. 'You rang the doorbell. The door opened very quickly and Yuri was standing on the threshold. He invited you in.'
  19. act 'Enter apartment':
  20. cls
  21. minut += 15
  22. gs 'stat'
  23. 'You entered Yuri''s apartment, went in the living room and sat on a chair. Yuri went into the kitchen and brought a bottle of champagne and two glasses.'
  24. act 'Drinking with Yuri':
  25. cls
  26. minut += 15
  27. gs 'stat'
  28. $boy = 'Yuri'
  29. dick = 18
  30. silavag = 2
  31. harakBoy = 1
  32. NoGuy = 1
  33. gtGuy = 1
  34. finance = 1
  35. 'Yuri praised your sex skills as you drank the champagne. Then Yuri suggested you go to bed.'
  36. act 'On the bed':gt 'BDsex', 'start'
  37. end
  38. end
  39. exit
  40. else
  41. 'You rang the doorbell, but nobody answered you.'
  42. end
  43. act 'Away from the door':gt 'Nord'
  44. end
  45. --- youry ---------------------------------