youry 1.1 KB

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