gskino.qsrc 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # gskino
  2. gs 'themes', 'indoors'
  3. $menu_loc = 'gskino'
  4. $menu_arg = ''
  5. menu_off = 0
  6. gs 'stat'
  7. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
  8. 'Small cinema in which there is just one small screen. A movie ticket costs 100 <b>₽</b>.'
  9. act 'Leave the cinema':minut += 5 & gt 'gskver', 'start'
  10. if money >= 100:
  11. act 'Go to the movies':
  12. *clr & cla
  13. menu_off = 1
  14. money -= 100
  15. minut += 120
  16. pcs_mood += rand(30, 50)
  17. if pav_slut >= 50 and rand(0,2) > 0:
  18. cla
  19. 'As you are watching the film a guy sits next to you and whispers in your ear, "Everyone knows you like to suck cock, I''ll pay you if you have a go on this."'
  20. 'Its dark, but you can just about see well enough to see that he is pointing at his dick.'
  21. act 'Refuse':
  22. cla
  23. 'You tell him you''d rather watch the film, he mutters something that sounded like bitch and leaves you to watch the rest of the movie in peace.'
  24. act 'Leave the cinema':gt 'gskver', 'start'
  25. end
  26. act 'Agree':gt 'gevent', '2'
  27. exit
  28. end
  29. act 'Leave the cinema':gt 'gskver', 'start'
  30. if rand(1,100) > 10:
  31. 'You quietly watch the film.'
  32. else
  33. 'You quietly watch the movie, but suddenly behind you there is a strange sound.'
  34. act 'Turn around and look':
  35. *clr & cla
  36. gs'stat'
  37. '<center><video autoplay loop src="images/locations/pavlovsk/park/theater/sex/kino.mp4"></video></center>'
  38. 'You see on the back row a girl sucking a guy, nobody reacts to the loud smacking sound that can be heard by the whole cinema.'
  39. 'You turn back and watch the rest of the film.'
  40. gs 'arousal', 'voyeur_sex', 2
  41. gs 'arousal', 'end'
  42. gs 'stat'
  43. act 'Leave the cinema':gt 'gskver', 'start'
  44. end
  45. end
  46. end
  47. end
  48. --- gskino ---------------------------------