sitr2x.qsrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. gs 'music_actions', 'clear_restrictions'
  40. if husband > 0 and husbandrink ! 10 and husbandrinkday ! daystart:
  41. if (week >= 6 and hour > 7 and hour < 17) or (hour > 17 and hour <= 22):
  42. 'Your <a href="exec: gt''husb'',''start'' ">husband</a> is sitting on the couch watching television.'
  43. gs 'music_actions', 'not_alone'
  44. end
  45. end
  46. if husband > 0 and husbandrinkday = daystart and hour >= 20 and hour <= 23: gs 'music_actions', 'no_music'
  47. gs 'music_actions', 'music_icon'
  48. gs 'subkid'
  49. act 'Go out on the balcony': gt 'balkon','start'
  50. gs 'events', 'read'
  51. if mc_inventory['dildo_small'] > 0 and pcs_horny >= 50:
  52. act 'Masturbate':
  53. *clr & cla
  54. if pcs_inhib < 30:inhib_exp += rand(1,3)
  55. if husband > 0 and husbandrink ! 10:
  56. if week > 5 or week < 6 and hour > 16:
  57. gt 'husbsex','husb_mastr_vtor'
  58. else
  59. pcs_horny = 0
  60. orgasm += 1
  61. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  62. '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.'
  63. $orgasm_or = 'yes'
  64. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  65. gs 'arousal', 'end'
  66. act 'Breathe':gt 'sitr2x'
  67. end
  68. else
  69. pcs_horny = 0
  70. orgasm += 1
  71. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  72. '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.'
  73. $orgasm_or = 'yes'
  74. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  75. gs 'arousal', 'end'
  76. act 'Breathe':gt 'sitr2x'
  77. end
  78. end
  79. end
  80. --- sitr2x ---------------------------------