sitr2x.qsrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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 mc_inventory['tech_computer'] = 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'',''start''">desk</a>' + iif($komp = '', '.', $komp)
  29. if mc_inventory['hula_hoop'] > 0:'Your hula hoop stands in a corner.'
  30. if mc_inventory['skipping_rope'] > 0:'Your jump rope is on a shelf.'
  31. if mc_inventory['book_yoga'] > 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') + 'sitting 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. 'Your <a href="exec: gt''husb'',''start'' ">husband</a> is sitting on the couch watching television.'
  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 mc_inventory['dildo_small'] > 0 and pcs_horny >= 50:
  53. act 'Masturbate':
  54. *clr & cla
  55. if pcs_inhib < 30:inhib_exp += rand(1,3)
  56. if husband > 0 and husbandrink ! 10:
  57. if week > 5 or week < 6 and hour > 16:
  58. gt 'husbsex','husb_mastr_vtor'
  59. else
  60. pcs_horny = 0
  61. orgasm += 1
  62. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  63. '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.'
  64. $orgasm_or = 'yes'
  65. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  66. gs 'arousal', 'end'
  67. act 'Breathe':gt 'sitr2x'
  68. end
  69. else
  70. pcs_horny = 0
  71. orgasm += 1
  72. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  73. '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.'
  74. $orgasm_or = 'yes'
  75. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  76. gs 'arousal', 'end'
  77. act 'Breathe':gt 'sitr2x'
  78. end
  79. end
  80. end
  81. --- sitr2x ---------------------------------