wake.tw 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. :: wake
  2. <<set $pc.isSleeping= 0>>
  3. <<if $pc.isSchoolStudent && !$time.isSchoolHoliday>>
  4. <<set _schoolOutfitId = $wardrobe.outfitSchool>>
  5. <<if $wardrobe.outfitIsWearable(_schoolOutfitId)>>
  6. <<actCLA 'Get out of bed and get dressed for school (0:15)'>>
  7. <<set $time.minutes += 15>>
  8. <<run $wardrobe.wearOutfit(_schoolOutfitId)>>
  9. <<gt $location>>
  10. <</actCLA>>
  11. <</if>>
  12. <</if>>
  13. <<actCLA 'Get out of bed and get dressed (0:15)'>>
  14. <<set $time.minutes += 15>>
  15. <<run $wardrobe.wearLastWorn('bed')>>
  16. <<gt $location>>
  17. <</actCLA>>
  18. <<actCLA 'Get out of bed (0:10)'>>
  19. <<set $time.minutes += 10>>
  20. <<gt $location>>
  21. <</actCLA>>
  22. <!--<<if mid($start_type,1,2) == 'sg' and getvar("$locat['Fam_inGad']") == 0 and getvar("$motherQW['bathroom_dildos']") > 0 and $MarishaQW["marisha_sleepover"] == 0>>
  23. <<gt 'mother_sextalk' 'dildo_wakeup1'>>
  24. <</if>>
  25. <<set $menu_off = 1>>
  26. <<set $pc.isSleeping= 1>>
  27. <<if getvar("$vomit['hangover']") == 1 or getvar("$vomit['unlucky']") == 1 or getvar("$vomit['morning_sick']") == 1>>
  28. <<gs 'home_activity' 'vomiting_check'>>
  29. <</if>>
  30. <<if getvar('$MarishaQW["marisha_sleepover"]') == 1>>
  31. <<gs 'marisha_ev' 'morning'>>
  32. <</if>>
  33. <<if $time.daystart < 10 and $start_subtype == 'tg'>>
  34. <p>The first thing you think as you wake up is, "Damn! It's is not a dream, I really am a woman now."</p>
  35. <</if>>
  36. <<if $time.daystart >= 10 and $time.daystart < 30 and $start_subtype == 'tg'>>
  37. Looking at your female body, you are still a little surprised it's actually you.
  38. <</if>>
  39. <<if getvar("$slept_in") == 1 and $time.isSchoolHoliday == 0 and $pc.isSchoolStudent and $time.weekday < 6 and $time.hour >= 9 and $time.hour < 14 and getvar("$suspended['on']") != 1>>
  40. <<if getvar("$schoolprogul") > 2 and getvar("$schoolPredupr") == 2>>
  41. <<set $pc.mood -= 35>>
  42. <<msg '<center>Damn it""s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It""s too late to go to school now!<br><<$npcs.get(""A29"",'nickname')>> will be furious. I don""t know what she might do...</center>'>>
  43. <<elseif getvar("$schoolprogul") > 2 and getvar("$schoolPredupr") == 1>>
  44. <<set $pc.mood -= 30>>
  45. <<msg '<center>Damn it""s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It""s too late to go to school now!<br><<$npcs.get(""A29"",'nickname')>> will be very angry if I miss another day of school.</center>'>>
  46. <<elseif getvar("$schoolprogul") > 2 and getvar("$schoolPredupr") == 0>>
  47. <<set $pc.mood -= 25>>
  48. <<msg '<center>Damn it""s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It""s too late to go to school now!<br><<$npcs.get(""A29"",'nickname')>> will be angry to find out I missed a day of school.</center>'>>
  49. <<else>>
  50. <<set $pc.mood -= 20>>
  51. <<msg '<center>Damn it""s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>. It""s too late to go to school now!<br><<$npcs.get(""A29"",'nickname')>> will be very upset if I""m not at school every day.</center>'>>
  52. <</if>>
  53. <</if>>-->
  54. <!--<<if $time.isSchoolHoliday == 0 and $pc.isSchoolStudent and $time.weekday < 6 and $time.hour >= 4 and $time.hour < 9>>
  55. <<if getvar("$slept_in") == 1 and ($time.hour == 7 or $time.hour == 8) and getvar("$suspended['on']") != 1>>
  56. <<set $pc.mood -= 10>>
  57. <<msg '<center>Damn it""s <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, you""ve slept too long! You need to hurry or you""re going to be late for school!</center>'>>
  58. <</if>>
  59. <<set _schoolOutfitId = $wardrobe.outfitSchool>>
  60. <<if $wardrobe.outfitIsWearable(_schoolOutfitId)>>
  61. <<actCLA 'Get out of bed and get dressed for school (0:15)'>>
  62. <<set $time.minutes += 15>>
  63. <<run $wardrobe.wearOutfit(_schoolOutfitId)>>
  64. <<gs 'sleep' 'end'>>
  65. <</actCLA>>
  66. <</if>>
  67. <</if>>
  68. <<if getvar("$strip_here") == 1>>
  69. <<actCLA 'Get out of bed and get dressed (0:15)'>>
  70. <<set $time.minutes += 15>>
  71. <<run $wardrobe.wearLastWorn('bed')>>
  72. <<gs 'sleep' 'end'>>
  73. <</actCLA>>
  74. <</if>>
  75. <<if getvar("$enfullmorrout") == 1 and $time.hour >= 4 and $time.hour < 12>>
  76. <<actCLA 'Full morning routine (01:00)'>>
  77. <<set $time.minutes += 15>>
  78. <<set $fullmorrout = 1>>
  79. <<run $wardrobe.wearLastWorn('bed')>>
  80. <<gs 'sleep' 'end'>>
  81. <</actCLA>>
  82. <<if $time.isSchoolHoliday == 0 and $pc.isSchoolStudent and $time.weekday < 6 and $time.hour >= 4 and $time.hour < 9 and getvar("$suspended['on']") != 1>>
  83. <<actCLA 'Full morning routine for School (01:00)'>>
  84. <<set $fullmorrout = 1>>
  85. <<set $time.minutes += 15>>
  86. <<gs 'wardrobe' 'school_outfit'>>
  87. <<gs 'sleep' 'end'>>
  88. <</actCLA>>
  89. <</if>>
  90. <</if>>
  91. <<actCLA 'Get out of bed (0:10)'>>
  92. <<set $time.minutes += 10>>
  93. <<set $slept_in = 0>>
  94. <<gs 'sleep' 'end'>>
  95. <</actCLA>>
  96. <</if>>-->