bed2.qsrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # bed2
  2. !2020/10/14/Gwen
  3. if $ARGS[0] = '':
  4. cla & *clr
  5. $menu_loc = 'bed2'
  6. $menu_arg = ''
  7. menu_off = 0
  8. $alarmloc = 'bed2'
  9. if clo_flag['bed'] = 1:
  10. clo_flag['bed'] = 0
  11. gs 'clothing', 'wear', $lastwornclothingtype['bed'], lastwornclothingnumber['bed']
  12. gs 'panties', 'wear', $lastwornpantytype['bed'], lastwornpantynumber['bed']
  13. gs 'bras', 'wear', $lastwornbratype['bed'], lastwornbranumber['bed']
  14. end
  15. gs 'stat'
  16. if $clothingworntype ! 'nude':
  17. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  18. else
  19. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  20. end
  21. *nl
  22. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b> during the week and <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b> during the weekend. It is currently turned '+iif(budilnikOn = 0, '<a href="exec: budilnikOn = 1 & gt ''bed2''">OFF</a>.', '<a href="exec: budilnikOn = 0 & gt ''bed2''">ON</a>.')
  23. *nl
  24. if hypnoPanty <= 0:
  25. if bedPanty = 0:
  26. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 1 & gs ''stat'' & & gt ''bed2''">AS IS</a>.'
  27. elseif bedPanty = 1:
  28. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 2 & gs ''stat'' & gt ''bed2''">YES</a>.'
  29. elseif bedPanty = 2:
  30. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 0 & gs ''stat'' & gt ''bed2''">NO</a>.'
  31. end
  32. end
  33. *nl
  34. if analplug = 1 :
  35. if bedAnal = 0:
  36. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  37. elseif bedAnal = 1:
  38. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  39. end
  40. end
  41. if vibrator = 1 and cheatVib = 1:
  42. if bedVibrator = 0:
  43. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  44. elseif bedVibrator = 1:
  45. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  46. end
  47. end
  48. if pcs_makeup ! 1 and cosmetic_tattoo = 0:*nl '<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
  49. if pcs_sleep <= 80:
  50. if $clothingworntype = 'nude':
  51. $sleep_txt = 'Go to bed'
  52. else
  53. $sleep_txt = 'Undress and go to bed'
  54. end
  55. gs 'sleep', 'full'
  56. end
  57. act 'Get out of bed': killvar '$sleep_txt' & gt $loc, $loc_arg
  58. gs 'sleep', 'nap'
  59. gs 'events', 'read'
  60. if $loc = 'bedrPar':
  61. if locat['Anya_inroom'] = 0 or locat['Anya'] = 1 or locat['Anya'] = 26:
  62. if pornMagazine > 0:gs 'events', 'read_porn'
  63. if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and fame['pav_slut'] >= 150) or (pcs_horny > 50 and fame['pav_slut'] >= 50 and pcs_inhib >= 60):
  64. act 'Masturbate':
  65. InSleep = 0
  66. gt 'selfplay', 'start'
  67. end
  68. end
  69. end
  70. else
  71. if pornMagazine > 0:gs 'events', 'read_porn'
  72. if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and fame['pav_slut'] >= 150) or (pcs_horny > 50 and fame['pav_slut'] >= 50 and pcs_inhib >= 60):
  73. act 'Masturbate':
  74. InSleep = 0
  75. gt 'selfplay', 'start'
  76. end
  77. end
  78. end
  79. end
  80. --- bed2 ---------------------------------