youry 1.1 KB

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