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