sleep_prepare.tw 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. :: sleep_prepare[event]
  2. <<if $wardrobe.clothingworntype != 'nude'>>
  3. <<image "shared/home/bed.jpg">>
  4. <<else>>
  5. <<image "shared/home/bedroom/son.jpg">>
  6. <</if>>
  7. <p>
  8. You run through your regular nightly routine,
  9. <<if getvar("$budilnikOn") == 1>>
  10. setting your alarm for
  11. <<if ($time.weekday == 5 and ($time.hour > $timer or
  12. ($time.hour == $timer and $time.minutes >= $timerM))) or ($time.weekday == 6) or
  13. ($time.weekday == 7 and ($time.hour < $timerEnd or ($time.hour == timerEnd and $time.minutes < $timerEndM))) or
  14. (getvar("$alarm_holiday") == 1 and $time.isSchoolHoliday == 1)
  15. >>
  16. <b><<padStart $timerEnd>>:<<padStart $timerEndM>></b>,
  17. <<else>>
  18. <b><<padStart $timer>>:<<padStart $timerM>></b>,
  19. <</if>>
  20. <<else>>
  21. not bothering to setting your alarm,
  22. <</if>>
  23. you undress, and prepare for sleep.
  24. </p>
  25. <<run $wardrobe.lastWornSet('bed')>>
  26. <<run $wardrobe.strip('clothes')>>
  27. <<run $wardrobe.strip('shoes')>>
  28. <<set $pc.pcs_hairbsh = 0>>
  29. <<run $pc.painSet('killer',0)>>
  30. <!--<<if mid($start_type,1,2) == 'sg' and $loc != 'bedrPar' and getvar("$SchoolAtestat") == 0>>
  31. <<set $notathomesleep += 1>>
  32. <<else>>
  33. <<set $notathomesleep = 0>>
  34. <</if>>-->
  35. <!--<<if getvar("$succubusflag") == 1 and $sucwalkday <= $time.daystart and $succhungry < (0 - 1 - succublvl or $pc.pcs_willpwr < ((succublvl * willpowermax) / 13) or getvar("$sucpowzeroed") >= 3)>>
  36. <<gs 'succubus' 'sucwalkinginit'>>
  37. <</if>>-->
  38. <!--
  39. <<if getvar("$pc.analplugin") == 1 and $pc.vibratorin == 1>>
  40. <<if getvar("$bedAnal") == 1 and getvar("$bedVibrator") == 1>>
  41. <<set $pc.analplugin = 0>>
  42. <<set $pc.vibratorin = 0>>
  43. You remove your butt plug and your vibrator.
  44. <<elseif getvar("$bedAnal") == 0 and getvar("$bedVibrator") == 0>>
  45. You decide to leave your butt plug and vibrator in.
  46. <<elseif getvar("$bedAnal") == 1 and getvar("$bedVibrator") == 0>>
  47. <<set $pc.vibratorin = 0>>
  48. You decide to leave your butt plug in, but remove your vibrator.
  49. <<elseif getvar("$bedAnal") == 0 and getvar("$bedVibrator") == 1>>
  50. <<set $pc.analplugin = 0>>
  51. You decide to remove your butt plug, but leave your vibrator in.
  52. <</if>>
  53. <<elseif getvar("$pc.analplugin") == 1 and $pc.vibratorin == 0>>
  54. <<if getvar("$bedAnal") == 1>>
  55. <<set $pc.analplugin = 0>>
  56. You remove your butt plug.
  57. <<elseif getvar("$bedAnal") == 0>>
  58. You decide to leave your butt plug in.
  59. <</if>>
  60. <<elseif getvar("$pc.analplugin") == 0 and $pc.vibratorin == 1>>
  61. <<if getvar("$bedVibrator") == 1>>
  62. <<set $pc.vibratorin = 0>>
  63. You remove your vibrator.
  64. <<elseif getvar("$bedVibrator") == 0>>
  65. You decide to leave your vibrator in.
  66. <</if>>
  67. <</if>>
  68. <<if $wardrobe.shoeworntype == 'none'>>
  69. <<setinit $bed['shoetype'] = 'none'>>
  70. <<else>>
  71. <<setinit $bed['shoetype'] = $wardrobe.shoeworntype>>
  72. <<setinit $bed['shoenumber'] = $wardrobe.shoewornnumber>>
  73. <!-- !! gs 'shoes', 'strip'-->
  74. <!-- <</if>> -->
  75. <!--
  76. <<if getvar("$bedPanty") == 1>>
  77. <<if $wardrobe.pantyworntype == 'none' and $wardrobe.braworntype == 'none'>>
  78. You put on your bra and panties.
  79. <<elseif $wardrobe.pantyworntype != 'none' and $wardrobe.braworntype == 'none'>>
  80. You put on your bra.
  81. <<elseif $wardrobe.pantyworntype != 'none' and $wardrobe.braworntype != 'none'>>
  82. You put on your panties.
  83. <<else>>
  84. You change your bra and panties.
  85. <</if>>
  86. <<elseif getvar("$bedPanty") == 2>>
  87. <<if $wardrobe.pantyworntype != 'none' or $wardrobe.braworntype != 'none'>>
  88. You remove your bra and panties.
  89. <<elseif $wardrobe.pantyworntype != 'none' and $wardrobe.braworntype == 'none'>>
  90. You remove your panties.
  91. <<elseif $wardrobe.braworntype != 'none'>>
  92. You remove your bra.
  93. <</if>>
  94. <<else>>
  95. You were too tired to worry about your underwear, so for tonight you left it as is.
  96. <</if>>
  97. <<if $hairstyle != ''>>
  98. $hairstyle
  99. <<else>>
  100. Your hair is loose and free.
  101. <</if>> -->
  102. <<if $pc.pcs_makeup > 1 and $pc.cosmetic_tattoo == 0>>
  103. <<set $pc.pcs_makeup = 0>>
  104. <<set $pc.vidageday -= 1>>
  105. <<gs 'body' 'SkinLoss' 'MakeUpSleep'>>
  106. <p>You went to bed wearing your makeup, which will smear your face as you sleep; your skin will age faster from this!</p>
  107. <</if>>
  108. <!--<<if $pc.fat > 5 and getvar("$stringimplant") == 1>>
  109. <<setn $silicone += 1>> <<setn $pc.fat -= 5>>
  110. <</if>>-->
  111. <<actCLA 'Sleep...'>>
  112. <!-- !!flag to stop autosave breaking my awesome clothing thingy-->
  113. <!--<<setinit $clo_flag['bed'] = 0>>-->
  114. <<gt 'sleep'>>
  115. <</actCLA>>