sleep.tw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  1. /*:: sleep_simple
  2. <<if $location_var[$here][0] == 'simple'>>
  3. <!-- !! to avoid sleeping the whole day I decide to calculate the duration of the sleep in advance-->
  4. <!-- !! the quality of the sleep depends on many factors, so the time of sleep can be modify later, especially the part when the time of sleep is shortened-->
  5. <<setinit $varsleep['time_to_full'] = (100 - $pc.pcs_sleep) * 6>>
  6. <!-- !! fully exhausted Sveta can recover in 420 minutes = 7 hours of sleep-->
  7. <!-- !! healthy Sveta can hardly sleep more then 10 hours = 600 minutes-->
  8. <!-- !! so we can add about 3 hours to time to full as a limit-->
  9. <<setinit $varsleep['time_to_full'] += 150 + rand(0,60)>>
  10. <<setinit $varsleep['time_now'] = $time.daystart * 1440 + $time.hour * 60 + $time.minutes>>
  11. <<setinit $varsleep['alarm_time_end'] = $time.daystart * 1440 + $timerEnd * 60 + $timerEndM>>
  12. <<if $varsleep['time_now'] >= $varsleep['alarm_time_end']>>
  13. <<setinit $varsleep['alarm_time_end'] += 1440>>
  14. <</if>>
  15. <<setinit $varsleep['alarm_time'] = $time.daystart * 1440 + $timer * 60 + $timerM>>
  16. <<if $varsleep['time_now'] >= $varsleep['alarm_time']>>
  17. <<setinit $varsleep['alarm_time'] += 1440>>
  18. <</if>>
  19. <<if getvar("$budilnikOn") == 1>>
  20. <<setinit $varsleep['minutes to wakeup'] = Math.min(varsleep['time_to_full'], varsleep['alarm_time'] - varsleep['time_now'])>>
  21. <<setinit $varsleep['minutes to wakeup end'] = Math.min(varsleep['time_to_full'], varsleep['alarm_time_end'] - varsleep['time_now'])>>
  22. <<else>>
  23. <<setinit $varsleep['minutes to wakeup'] = $varsleep['time_to_full']>>
  24. <<setinit $varsleep['minutes to wakeup end'] = $varsleep['time_to_full']>>
  25. <</if>>
  26. <<set $pc.isSleeping= 1>>
  27. <<warn 'JUMP MARKER ENCOUNTERED: :loopson_sleep'>>
  28. <<set $time.minutes += 1>>
  29. <<set $stime += 1>>
  30. <<if getvar("$recuperation") == 0>>
  31. <<setn $pc.pcs_health += 5>>
  32. <</if>>
  33. <<if getvar("$stime") >= 60>>
  34. <<set $stime = 0>>
  35. <<set $pc.pcs_sleep += 15>>
  36. <</if>>
  37. <<setinit $varsleep['minutes to wakeup'] -= 1>>
  38. <<setinit $varsleep['minutes to wakeup end'] -= 1>>
  39. <<if getvar("$alarm_holiday") == 1 and $time.isSchoolHoliday == 1>>
  40. <!-- !! use weekend time alarm-->
  41. <<setinit $varsleep['alarm_time'] = $time.daystart * 1440 + $timerEnd * 60 + $timerEndM>>
  42. <<if $varsleep['minutes to wakeup end'] > 0>>
  43. <<warn 'JUMP COMMAND ENCOUNTERED: jump loopson_sleep'>>
  44. <</if>>
  45. <<elseif $time.weekday > 5>>
  46. <!-- !! use weeken time alarm-->
  47. <<setinit $varsleep['alarm_time'] = $time.daystart * 1440 + $timerEnd * 60 + $timerEndM>>
  48. <<if $varsleep['minutes to wakeup end'] > 0>>
  49. <<warn 'JUMP COMMAND ENCOUNTERED: jump loopson_sleep'>>
  50. <</if>>
  51. <<else>>
  52. <<setinit $varsleep['alarm_time'] = $time.daystart * 1440 + $timer * 60 + $timerM>>
  53. <<if $varsleep['minutes to wakeup'] > 0>>
  54. <<warn 'JUMP COMMAND ENCOUNTERED: jump loopson_sleep'>>
  55. <</if>>
  56. <</if>>
  57. <<setinit $varsleep['time_now'] = $time.daystart * 1440 + $time.hour * 60 + $time.minutes>>
  58. <<set $pc.isSleeping= 0>>
  59. <</if>>
  60. <<if getvar("$succubusQW") == 2>>
  61. <<actCLA '$sleep_txt'>>
  62. <<if getvar("$clo_flag['bed']") == 0>>
  63. <<setinit $clo_flag['bed'] = 1>>
  64. <<run $wardrobe.lastWornSet('bed')>>
  65. <</if>>
  66. <<set $menu_off = 1>>
  67. <<if getvar("$bedPanty") == 2>>
  68. <<run $wardrobe.strip('panties')>>
  69. <<elseif getvar("$bedPanty") == 1>>
  70. <<gs 'underwear' 'wear'>>
  71. <</if>>
  72. <<if $wardrobe.clothingworntype != 'nude'>>
  73. <<set $strip_here = 1>>
  74. <<run $wardrobe.strip('clothes')>>
  75. <</if>>
  76. <<gt 'sleep' 'succhoice'>>
  77. <</actCLA>>
  78. <<else>>
  79. <<actCLA '$sleep_txt'>>
  80. <<if getvar("$clo_flag['bed']") == 0>>
  81. <<setinit $clo_flag['bed'] = 1>>
  82. <<run $wardrobe.lastWornSet('bed')>>
  83. <</if>>
  84. <<set $menu_off = 1>>
  85. <<if getvar("$bedPanty") == 2>>
  86. <<run $wardrobe.strip('panties')>>
  87. <<elseif getvar("$bedPanty") == 1>>
  88. <<gs 'underwear' 'wear'>>
  89. <</if>>
  90. <<if $wardrobe.clothingworntype != 'nude'>>
  91. <<set $strip_here = 1>>
  92. <<run $wardrobe.strip('clothes')>>
  93. <</if>>
  94. <<if getvar("$magf2bdo") == 2>>
  95. <<gt 'sleep' 'magbstchoice'>>
  96. <<else>>
  97. <<gt 'sleep' 'sleep'>>
  98. <</if>>
  99. <</actCLA>>
  100. <<set $sleep_txt to null>>
  101. <</if>>
  102. <</if>>
  103. <<if $location_var[$here][0] == 'nap_bed'>>
  104. <<actCLA 'Take a nap (1:00)'>>
  105. <<if $pc.pcs_sleep >= 10 and $pc.pcs_sleep <= 90>>
  106. <<set $InSleep = 1>>
  107. <<set $pc.pcs_sleep += 10>>
  108. <<set $pc.pcs_health += 5>>
  109. <<set $time.minutes += 60>>
  110. You sleep about an hour.
  111. <<actCLA 'Get up'>>
  112. <<set $InSleep = 0>> <<gt $location>>
  113. <</actCLA>>
  114. <<elseif $pc.pcs_sleep < 10>>
  115. <<gt 'sleep' 'sleep'>>
  116. <<else>>
  117. <<set $time.minutes += 5>>
  118. You are not tired enough to sleep, even for a short nap.
  119. <<actCLA 'Get up'>>
  120. <<gt $location>>
  121. <</actCLA>>
  122. <</if>>
  123. <</actCLA>>
  124. <</if>> */
  125. :: sleep[event]
  126. <!--<<if $loc == 'nichBedroomServant'>>
  127. <<gs 'nichBedroomServant' 'sleepEvents'>>
  128. <</if>>
  129. <<set $menu_off = 1>>-->
  130. <<set $pc.isSleeping= 1>>
  131. <<gs 'dreams' 'start'>>
  132. <<set _wake_up = undefined>>
  133. <<set _minutesSlept = 0>>
  134. <<setinit _time_now = $time.daystart * 1440 + $time.hour * 60 + $time.minutes>>
  135. <<if getvar("$budilnikOn") == 1>>
  136. <<if ($time.weekday == 5 and ($time.hour > $timer or
  137. ($time.hour == $timer and $time.minutes >= $timerM))) or ($time.weekday == 6) or
  138. ($time.weekday == 7 and ($time.hour < $timerEnd or ($time.hour == timerEnd and $time.minutes < $timerEndM))) or
  139. (getvar("$alarm_holiday") == 1 and $time.isSchoolHoliday == 1)
  140. >>
  141. <<set _alarm_time = $time.daystart * 1440 + $timerEnd * 60 + $timerEndM>>
  142. <<else>>
  143. <<set _alarm_time = $time.daystart * 1440 + $timer * 60 + $timerM>>
  144. <</if>>
  145. <<if _time_now >= _alarm_time>>
  146. <<set _alarm_time += 1440>>
  147. <</if>>
  148. <<else>>
  149. <<set _alarm_time = -1>>
  150. <</if>>
  151. <<set _extraSleep = 150 + rand(0,60)>>
  152. <<set _iterationsLeft = 100>>
  153. <<for ;!_wake_up && _iterationsLeft > 0;>>
  154. <<set _iterationsLeft -= 1>>
  155. <<set _minutesToSleep = rand(14,29)>>
  156. <<if _alarm_time > 0>>
  157. <<set _minutesToSleep = Math.min(_minutesToSleep, _time_now - _alarm_time)>>
  158. <</if>>
  159. <<set $time.minutes += _minutesToSleep>>
  160. <<set _minutesSlept += _minutesToSleep>>
  161. <<if _minutesSlept >= 60>>
  162. <<set _minutesSlept -= 60>>
  163. <<if $pc.pcs_sleep >= 100>>
  164. <<setinit $pcs_condition['lack_of_sleep'] = 0>>
  165. <<elseif getvar("$pcs_condition['lack_of_sleep']") > 0>>
  166. <<setinit $pcs_condition['lack_of_sleep'] -= 1>>
  167. <</if>>
  168. <</if>>
  169. <<if getvar("$recuperation") == 0>>
  170. <<setn $pc.pcs_health += 5>>
  171. <</if>>
  172. <<setinit _time_now = $time.daystart * 1440 + $time.hour * 60 + $time.minutes>>
  173. <<if _alarm_time >= 0 and _time_now >= _alarm_time>>
  174. <<set _wake_up = 'alarm'>>
  175. <<elseif $pc.pcs_sleep >= 100>>
  176. <<set _extraSleep -= _minutesToSleep>>
  177. <<if _extraSleep <= 0>>
  178. <<set _wake_up = 'enough'>>
  179. <</if>>
  180. <</if>>
  181. <!--
  182. <<if $pc.vibratorin == 1>>
  183. <<set $vtime += 1>>
  184. <<if getvar("$vtime") >= 5>>
  185. <<set $pc.horny += 1>>
  186. <<set $vtime = 0>>
  187. <</if>>
  188. <<if $pc.horny == 100>>
  189. <<set $pc.horny = 0>>
  190. <<set $orgasm += 1>>
  191. <<set $time.minutes += 5>>
  192. <<image "shared/sex/oface/o_face.jpg">>
  193. <p>You abruptly wake up in the throes of an orgasm. As you recover, you check the time, <b>$mid(100+hour,2,2):$mid(100+minut,2,2)</b>.</p>
  194. <<actCLA 'Go back to sleep'>>
  195. <<gt 'sleep' 'dream'>>
  196. <</actCLA>>
  197. <<actCLA 'Give up trying to sleep'>>
  198. <<image "shared/sex/oface/kotovfirst1.jpg">>
  199. Maybe trying to sleep with a vibrator in your pussy wasn''t such a good idea.
  200. <<gs 'sleep' 'wake'>>
  201. <</actCLA>>
  202. $exit
  203. <</if>>
  204. <<elseif $pc.horny > 80 and $pc.pcs_sleep >= 30 and rand(1,300) == 300 and getvar("$succubusQW") != 1 and getvar("$succubusQW") != 2>>
  205. <<set $waketext = 'You glance at your alarm clock. It reads <b>$mid(100+hour,2,2):$mid(100+minut,2,2)</b>.'>>
  206. <<gt 'sleep' 'wake_horny'>>
  207. <</if>> -->
  208. <</for>>
  209. <<if getvar("$pcs_condition['lack_of_sleep']") >= 10>>
  210. <!-- !!Worsening of skin quality if you do not sleep enough.-->
  211. <<set $pc.skinDailyPenalty += 2>>
  212. <<elseif getvar("$pcs_condition['lack_of_sleep']") >= 2>>
  213. <<set $pc.skinDailyPenalty += 1>>
  214. <<elseif getvar("$pcs_condition['lack_of_sleep']") > 0>>
  215. <<set $pc.skinDailyPenalty += 0>>
  216. <<else>>
  217. <<set $pc.skinDailyPenalty -= 1>>
  218. <</if>>
  219. <<if getvar("$slept_in") == 1>>
  220. You wake up at <b><<time_current>></b>, after sleeping-in a little longer than planned, but at least you've had plenty of sleep.
  221. <<elseif $pc.pcs_sleep >= 100 and getvar("$budilnikOn") == 1 and _time_now >= _alarm_time>>
  222. You wake up at <b><<time_current>></b>, just before your alarm goes off. You've had plenty of sleep.
  223. <<elseif $pc.pcs_sleep >= 100>>
  224. You wake up at <b><<time_current>></b>, no longer tired and ready to start the day with plenty of sleep.
  225. <<elseif getvar("$budilnikOn") == 1 and _time_now == _alarm_time>>
  226. <<set $pc.mood -= 10>>
  227. Your alarm goes off at <b><<time_current>></b>,
  228. <<if $pc.pcs_sleep < 90>>
  229. but you could do with some extra sleep.
  230. <<else>>
  231. and you've had plenty of sleep.
  232. <</if>>
  233. <!--<<gs 'sleep' 'extra'>>-->
  234. <</if>>
  235. <<gs 'wake'>>
  236. :: wake_horny
  237. <<if $location_var[$here][0] == 'wake_horny'>>
  238. <<set $menu_off = 1>>
  239. <<set $pc.isSleeping= 1>>
  240. <<set $SleepHorny += 1>>
  241. <<if $wardrobe.pantyworntype == 'none'>>
  242. <<if getvar("$SleepHorny") == 1>>
  243. <<image "shared/home/sleep_horny.jpg">>
  244. <<elseif getvar("$SleepHorny") == 2>>
  245. <<image "shared/sex/mast/klit.jpg">>
  246. <<elseif getvar("$SleepHorny") >= 3>>
  247. <<image "shared/sex/oface/kotovfirst1.jpg">>
  248. <</if>>
  249. <<else>>
  250. <<if getvar("$SleepHorny") == 1>>
  251. <<image "shared/sex/mast/start.jpg">>
  252. <<elseif getvar("$SleepHorny") == 2>>
  253. <<image "shared/sex/undress/kiska.jpg">>
  254. <<elseif getvar("$SleepHorny") >= 3>>
  255. <<image "shared/sex/oface/kotovfirst1.jpg">>
  256. <</if>>
  257. <</if>>
  258. <<$waketext>>
  259. <<if getvar("$SleepHorny") == 1>>
  260. Your wet dream and overall horniness rouse you from your sleep. From one moment to the next, you are wide awake and very much aware that your pussy is hot and wet.
  261. <p>You could try and go back to sleep, of course, but it's doubtful that you would find this kind of sleep very restful; not to mention the frustration that comes with ignoring your needs, but masturbating is an option, too, and not the worst one in this situation. It might take some time, but you'd be able to sleep like a baby after.</p>
  262. Of course, you could always just give up on trying to sleep and just get up.
  263. <<elseif getvar("$SleepHorny") == 2>>
  264. You're so horny that you've woken a second time. Your pussy is still wet and wanting attention.
  265. <p>You could try and get back to sleep again, but it's doubtful that you will get much sleep, and continuously ignoring your needs won't help; maybe you should masturbate, and make the most of the time that's left.</p>
  266. Soon you will have to get up one way or another.
  267. <<elseif getvar("$SleepHorny") >= 3>>
  268. <p>Once again your horniness has roused you from your sleep. This is getting ridiculous! You are finding it very difficult to get any sleep at all.</p>
  269. <p>Going back to sleep almost feels like a waste of time at this point; you won't get much rest at all, at least until you fix the problem.</p>
  270. <<if $wardrobe.pantyworntype != 'none'>>
  271. <<gs 'underwear' 'remove'>>
  272. You've removed your underwear, as your panties were soaked through.
  273. <</if>>
  274. Maybe you should just get up.
  275. <</if>>
  276. <<if $loc == 'bedrPar' and getvar("$sisterLesb") == 6 and $time.hour < 6>>
  277. Or... you could wake up Anya and see if your dearest sister would be willing to help you with that.
  278. <<elseif $loc == 'FedorEv4'>>
  279. Or... you could wake up Fedor and see if your boyfriend can't help you with that.
  280. <<elseif $loc == 'bedr' and getvar("$husband") > 0>>
  281. <p>Or... you could wake up $husName and see if your husband can't help you with that.</p>
  282. <</if>>
  283. <<actCLA 'Try and go back to sleep'>>
  284. <<set $pc.mood -= 10>>
  285. <<set $pc.pcs_sleep -= 5>>
  286. <<gt 'sleep' 'dream'>>
  287. <</actCLA>>
  288. <<actCLA 'Masturbate'>>
  289. <<set $pc.isSleeping= 0>> <<gt 'selfplay' 'start'>>
  290. <</actCLA>>
  291. <<actCLA 'Get out of bed (0:10)'>>
  292. <<set $time.minutes += 10>>
  293. <<gs 'sleep' 'end'>>
  294. <</actCLA>>
  295. <<if getvar("$strip_here") == 1>>
  296. <<actCLA 'Get out of bed and get dressed (0:15)'>>
  297. <<set $time.minutes += 15>>
  298. <<run $wardrobe.wear_clothes_legacy('clothes',$lastwornclothingtype['bed'],$lastwornclothingnumber['bed'])>>
  299. <<run $wardrobe.wear(['panties',$lastwornpantytype['bed'],$lastwornpantynumber['bed']])>>
  300. <<run $wardrobe.wear(['bra',$lastwornbratype['bed'],$lastwornbranumber['bed']])>>
  301. <<if $bed['shoetype'] != 'none'>>
  302. <<run $wardrobe.wear(['shoes',$bed['shoetype'],$bed['shoenumber']])>>
  303. <</if>>
  304. <<gs 'sleep' 'end'>>
  305. <</actCLA>>
  306. <</if>>
  307. <<if $loc == 'bedrPar' and getvar("$sisterLesb") == 6 and $time.hour < 6>>
  308. <<actCLA 'Wake Anya and see if she`s in the mood'>>
  309. <<set $strip_here = 0>> <<set $pc.isSleeping= 0>> <<gt 'sistersleep' 'sister_sleep'>>
  310. <</actCLA>>
  311. <<elseif $loc == 'FedorEv4'>>
  312. <<actCLA 'Wake Fedor and see if he`s in the mood'>>
  313. <<set $strip_here = 0>> <<set $pc.isSleeping= 0>> <<gt 'FedorEv4' 'Bedroom 1'>>
  314. <</actCLA>>
  315. <!-- !!Intro text doesn''t quite fit event (but doesn''t quite fit - try for baby - scenario either) - custom scene from VK?-->
  316. <<elseif ($loc == 'bedr' or $loc == 'bedr2x') and getvar("$husband") > 0>>
  317. <<actCLA 'Wake your husband and see if he`s in the mood'>>
  318. <<set $strip_here = 0>> <<set $pc.isSleeping= 0>> <<gt 'husbSex' 'variant'>>
  319. <</actCLA>>
  320. <!-- !!Should be custom scene - maybe boyfriend/husband overhaul can cover this?-->
  321. <</if>>
  322. <</if>>
  323. /*:: sleep_extra
  324. <<if $location_var[$here][0] == 'extra'>>
  325. <<actCLA '"Snooze" a few minutes more...'>>
  326. <<set $menu_off = 1>>
  327. <<set $slept_in = 1>>
  328. <<gt 'sleep' 'dream'>>
  329. <</actCLA>>
  330. <</if>>
  331. <<if $location_var[$here][0] == 'end'>>
  332. <!--<<set $menu_off = 1>>
  333. <<set $time.minutes -= 1>>
  334. <<set $pc.isSleeping= 0>>
  335. <<set $slept_in = 0>>
  336. <<set $strip_here = 0>>
  337. <<set $SleepHorny = 0>>
  338. <!-- !! to fudge the first hour wake up sleep loss.--><!--
  339. <<set $InSleepWake = $time.hour + 1>>
  340. <<setinit $InSleepWake[1] = $time.daystart>>
  341. <<if getvar("$fullmorrout") == 1 and $loc == 'bedrPar'>>
  342. <<gt 'vanrPar'>>
  343. <<elseif getvar("$fullmorrout") == 1 and $loc == 'bedr'>>
  344. <<gt 'vanr'>>
  345. <<elseif getvar("$vomit['morning_sick']") == 1 or getvar("$vomit['hangover']") == 1 or getvar("$vomit['unlucky']") == 1>>
  346. <<gt 'home_activity' 'vomiting_exit'>>
  347. <<else>>
  348. <<gt $location>>
  349. <</if>>-->
  350. <</if>>
  351. <<if $location_var[$here][0] == 'succhoice'>>
  352. <<set $menu_off = 1>>
  353. <<set $time.minutes += 15>>
  354. <<if $wardrobe.clothingworntype != 'nude'>>
  355. <<image "shared/home/bed.jpg">>
  356. <<else>>
  357. <<image "shared/home/bedroom/son.jpg">>
  358. <</if>>
  359. <p></p>
  360. You toss and turn for a while, but the energy that has been buzzing under your skin since that dream just won''t let you sleep.
  361. <p></p>
  362. <p>Thinking about it you realize that you could push the energy out or pull it in!</p>
  363. <p></p>
  364. <font color="red"><b>You also feel that both are <i>permanent</i> choices.</b></font>
  365. <<actCLA 'Try to ignore it and go to sleep'>>
  366. <<if getvar("$disable_autosave") == 0>>
  367. <<if mid($start_type,1,4) == 'city'>>
  368. savegame 'autosave_city.sav'
  369. <<elseif mid($start_type,1,3) == 'uni'>>
  370. savegame 'autosave_uni.sav'
  371. <<else>>
  372. savegame 'autosave_sg.sav'
  373. <</if>>
  374. <</if>>
  375. <<gt 'sleep' 'sleep'>>
  376. <</actCLA>>
  377. <<actCLA 'Push the Energy out for all time'>>
  378. <<gt 'sleep' 'succhoiceNO'>>
  379. <</actCLA>>
  380. <<actCLA 'Pull the Energy in and let it change you permanently'>>
  381. <<gt 'sleep' 'succhoiceYES'>>
  382. <</actCLA>>
  383. <</if>>
  384. <<if $location_var[$here][0] == 'succhoiceNO'>>
  385. <<set $menu_off = 1>>
  386. <<if $wardrobe.clothingworntype != 'nude'>>
  387. <<image "shared/home/bed.jpg">>
  388. <<else>>
  389. <<image "shared/home/bedroom/son.jpg">>
  390. <</if>>
  391. <p></p>
  392. You push the energy out of you and it dissipates.
  393. <<set $succubusQW = 3>>
  394. <<set $pc.horny = 0>>
  395. <<set $time.minutes += 5>>
  396. <<actCLA 'Go to sleep'>>
  397. <<if getvar("$disable_autosave") == 0>>
  398. <<if mid($start_type,1,4) == 'city'>>
  399. savegame 'autosave_city.sav'
  400. <<elseif mid($start_type,1,3) == 'uni'>>
  401. savegame 'autosave_uni.sav'
  402. <<else>>
  403. savegame 'autosave_sg.sav'
  404. <</if>>
  405. <</if>>
  406. <<gt 'sleep' 'sleep'>>
  407. <</actCLA>>
  408. <</if>>
  409. <<if $location_var[$here][0] == 'succhoiceYES'>>
  410. <<set $menu_off = 1>>
  411. <<if $wardrobe.clothingworntype != 'nude'>>
  412. <<image "shared/home/bed.jpg">>
  413. <<else>>
  414. <<image "shared/home/bedroom/son.jpg">>
  415. <</if>>
  416. <<set $succubusQW = 4>>
  417. <p></p>
  418. You pull the energy deeper into yourself and hold it there.
  419. <p></p>
  420. Then you feel pressure building...
  421. <<wait 450>>
  422. <<set $time.minutes += 5>>
  423. BUILDING...
  424. <<wait 450>>
  425. <<set $time.minutes += 5>>
  426. <b>BUILDING...</b>
  427. <<wait 450>>
  428. <<set $time.minutes += 5>>
  429. Power bursts through your body causing you to hop out of bed.
  430. <<actCLA 'Continue'>>
  431. <<gt 'sleep' 'succubinit'>>
  432. <</actCLA>>
  433. <</if>>
  434. <<if $location_var[$here][0] == 'succubinit'>>
  435. <<set $menu_off = 1>>
  436. <<set $time.minutes += 10>>
  437. <!-- !!Sets the succubus flag, succubus level (succublvl), Initial lesbian sex count (suclezsnapshot), initial Succubus hunger (succhungry),-->
  438. <!-- !! & the succubus descriptor ($sucself1). The -2 on succhungry is to give th PC 2 days to get in the Succubus grove.-->
  439. <<set $succubusflag = 1>>
  440. <<set $succublvl = 1>>
  441. <<set $suclezsnapshot = $lesbian>>
  442. <<set $succhungry = -2>>
  443. <<set $sucwalkday = daystart + 2 + rand(0,5)>>
  444. <<set $sucself1 = 'that feeling'>>
  445. <<set $pc.horny = 100>>
  446. <<set $pc.isSleeping= 0>>
  447. <<set $slept_in = 0>>
  448. <<set $strip_here = 0>>
  449. <<image "pc/body/succubusself.jpg">>
  450. <font color="red">You feel the power flowing around your body for several minutes, leaking through your skin and making changes all throughout you, before fading to a presence deep in your core leaving you looking the same as before... but feeling so different! </font>
  451. <<if $pc.preg == 1>>
  452. <<gs 'medical_din' 'remove_preg'>>
  453. <<set $RecovH = 0>>
  454. <</if>>
  455. <<actCLA 'Finish'>>
  456. <<gt $location>>
  457. <</actCLA>>
  458. <</if>>
  459. <<if $location_var[$here][0] == 'magbstchoice'>>
  460. <<set $menu_off = 1>>
  461. <<set $tittmp = $pc.tits + 1>>
  462. <<image `'pc/body/tits/t<<tittmp>>.jpg'`>>
  463. <<set $tittmp to null>>
  464. You have an odd dream where you are looking at your naked chest in a mirror and your breasts seem larger...
  465. As the dream starts to drift away, you find yourself gazing at the reflection of your breasts and think:
  466. <<actCLA 'Nice, I wish my breasts really would grow.'>>
  467. <<set $magf2bdo = 1>>
  468. <<set $magtarcup += 1>>
  469. <<set $mgf2bnocnt to null>>
  470. <<gt 'sleep' 'sleep'>>
  471. <</actCLA>>
  472. <<actCLA 'Eh, I don`t like them like that.'>>
  473. <<set $magf2bdo = 0>> <<set $mgf2bnocnt += 1>> <<gt 'sleep' 'dream'>>
  474. <</actCLA>>
  475. <</if>>
  476. */