sitr2x.qsrc 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # sitr2x
  2. CLOSE ALL
  3. $location_type = 'private'
  4. $locclass = 'livingr'
  5. act 'Go to the corridor':
  6. gt'korr2x'
  7. end
  8. $loc_arg = ''
  9. $loc = 'sitr2x'
  10. $menu_loc = 'sitr2x'
  11. $menu_arg = ''
  12. menu_off = 0
  13. clr
  14. minut = minut + 1
  15. elektro = elektro + 1
  16. gs'stat'
  17. gs 'themes', 'indoors'
  18. '<center><b><font color = maroon>Hall</font></b></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/sitr2.jpg"></center>'
  20. !! Computer and internet use.
  21. if komp = 1:
  22. !!TODO: Need to build a check for husband being at home or something.
  23. gs 'internet_mobile', 'get_access'
  24. $komp = ' with your <a href="exec:gt ''Komp'',''start''">computer</a> on it along with some papers and pens.'
  25. end
  26. 'huge plasma <a href="exec:gt ''TV'',''start''">TV</a>'
  27. 'luxurious <a href="exec:gt ''divan'',''start''">leather sofa</a>'
  28. 'modern <a href="exec:gt ''stol'',''stolPar''">desk</a>' + iif($komp = '', '.', $komp)
  29. if obruch > 0:'Your hula hoop stands in a corner.'
  30. if skak > 0:'Your jump rope is on a shelf.'
  31. if bookYog > 0:'Your book on yoga and your yoga mat are in the cabinet.'
  32. if mishka > 0:iif(mishka = 1, 'Your teddy bear is', 'Your <<mishka>> teddy bears are') + ' on a shelf.'
  33. if $ml_guitar['location'] = $loc: 'Your guitar rests on its stand next to the sofa.'
  34. *nl
  35. gs 'exercise', 'start'
  36. *nl
  37. !housegostrand = rand(1,20)
  38. !if week = 5 and hour > 17 and hour < 21 and housegostrand > 15 and husband > 0 and husbandrink ! 10:gt'sitr2x','guest'
  39. if husband > 0 and husbandrink ! 10 and husbandrinkday ! daystart:
  40. if (week >= 6 and hour > 7 and hour < 17) or (hour > 17 and hour <= 22):
  41. '<a href="exec: gt''husb'',''start'' ">Your husband is sitting on the couch watching TV.</a>'
  42. gs 'music_actions', 'not_alone'
  43. else
  44. gs 'music_actions', 'clear_restrictions'
  45. end
  46. end
  47. if husband > 0 and husbandrinkday = daystart and hour >= 20 and hour <= 23: gs 'music_actions', 'no_music'
  48. gs 'music_actions', 'music_icon'
  49. gs'subkid'
  50. act 'Go out on the balcony': gt 'balkon','start'
  51. gs 'events', 'read'
  52. if dildo > 0 and pcs_horny >= 50:
  53. act 'Masturbate':
  54. cla
  55. *clr
  56. if pcs_inhib < 30:inhib_exp += rand(1,3)
  57. if husband > 0 and husbandrink ! 10:
  58. if week > 5 or week < 6 and hour > 16:
  59. gt 'husbsex','husb_mastr_vtor'
  60. else
  61. pcs_horny = 0
  62. orgasm += 1
  63. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  64. 'You put your dildo on the floor and start to ride it. It moves in and out, and you feel the pleasure running through your entire body with each thrust. You begin to moan, and a few minutes later, you climax and a wave of pleasure runs through your entire body.'
  65. $orgasm_or = 'yes'
  66. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  67. gs 'arousal', 'end'
  68. act 'Breathe':gt 'sitr2x'
  69. end
  70. else
  71. pcs_horny = 0
  72. orgasm += 1
  73. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  74. 'You put your dildo on the floor and start to ride it. It moves in and out, and you feel the pleasure running through your entire body with each thrust. You begin to moan, and a few minutes later, you climax and a wave of pleasure runs through your entire body.'
  75. $orgasm_or = 'yes'
  76. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  77. gs 'arousal', 'end'
  78. act 'Breathe':gt 'sitr2x'
  79. end
  80. end
  81. end
  82. --- sitr2x ---------------------------------