1
0

bed2.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  1. # bed2
  2. if $ARGS[0] = '':
  3. cla & *clr
  4. $menu_loc = 'bed2'
  5. $menu_arg = ''
  6. menu_off = 0
  7. $alarmloc = 'bed2'
  8. gs 'stat'
  9. if $clothingworntype ! 'nude':
  10. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  11. else
  12. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  13. end
  14. *nl
  15. if budilnikOn = 0:
  16. '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> and is currently turned <a href="exec: budilnikOn = 1 & gt ''bed2''">OFF</a>.'
  17. else
  18. '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> and is currently turned <a href="exec: budilnikOn = 0 & gt ''bed2''">ON</a>.'
  19. end
  20. *nl
  21. if bedPanty = 0:
  22. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 1 & gs ''stat'' & & gt ''bed2''">AS IS</a>.'
  23. elseif bedPanty = 1:
  24. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 2 & gs ''stat'' & gt ''bed2''">YES</a>.'
  25. elseif bedPanty = 2:
  26. 'Will you always wear your underwear to bed? Currently - <a href="exec:bedPanty = 0 & gs ''stat'' & gt ''bed2''">NO</a>.'
  27. end
  28. *nl
  29. if analplug = 1 :
  30. if bedAnal = 0:
  31. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  32. elseif bedAnal = 1:
  33. 'Should you always remove your anal plug before bed? Currently - <a href="exec:bedAnal = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  34. end
  35. end
  36. if vibrator = 1 and cheatVib = 1:
  37. if bedVibrator = 0:
  38. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 1 & gs ''stat'' & gt ''bed2''">NO</a>.'
  39. elseif bedVibrator = 1:
  40. 'Should you always remove your vibrator before bed? Currently - <a href="exec:bedVibrator = 0 & gs ''stat'' & gt ''bed2''">YES</a>.'
  41. end
  42. end
  43. if pcs_makeup ! 1:*nl '<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
  44. if pcs_sleep <= 80:
  45. if $clothingworntype = 'nude':
  46. $sleep_txt = 'Go to bed'
  47. else
  48. $sleep_txt = 'Undress and go to bed'
  49. end
  50. if succubusQW = 2:
  51. act '<<$sleep_txt>>':
  52. menu_off = 1
  53. if bedPanty = 2:
  54. gs 'underwear', 'remove'
  55. elseif bedPanty = 1:
  56. gs 'underwear', 'wear'
  57. end
  58. if $clothingworntype ! 'nude':
  59. strip_here = 1
  60. gs 'clothing', 'strip'
  61. end
  62. gt 'bed2', 'succhoice'
  63. end
  64. else
  65. act '<<$sleep_txt>>':
  66. menu_off = 1
  67. if bedPanty = 2:
  68. gs 'underwear', 'remove'
  69. elseif bedPanty = 1:
  70. gs 'underwear', 'wear'
  71. end
  72. if disable_autosave = 0:
  73. if StoryLine = 0:
  74. savegame 'autosave.sav'
  75. else
  76. savegame 'autosave_alt.sav'
  77. end
  78. end
  79. if $clothingworntype ! 'nude':
  80. strip_here = 1
  81. gs 'clothing', 'strip'
  82. end
  83. if magf2bdo = 2:
  84. gt 'bed2', 'magbstchoice'
  85. else
  86. gt 'bed2', 'sleep'
  87. end
  88. end
  89. killvar '$sleep_txt'
  90. end
  91. end
  92. act 'Get out of bed': killvar '$sleep_txt' & gt $loc, $metka
  93. act 'Take a nap (1:00)':
  94. menu_off = 1
  95. if pcs_sleep >= 10 and pcs_sleep <= 90:
  96. pcs_sleep += 10
  97. pcs_health += 5
  98. minut += 60
  99. gs 'stat'
  100. *nl
  101. 'You sleep about an hour.'
  102. elseif pcs_sleep < 10:
  103. gt 'bed2', 'sleep'
  104. else
  105. minut += 5
  106. gs 'stat'
  107. *nl
  108. 'You are not tired enough to sleep, even for a short nap.'
  109. end
  110. end
  111. if sisterHere = 0 or (sisterHere = 1 and hour < 7):
  112. if (pcs_horny > 75 and pcs_inhib >= 60) or (pcs_horny > 50 and pav_slut >= 75) or (pcs_horny > 50 and pav_slut >= 25 and pcs_inhib >= 60):
  113. act 'Masturbate':
  114. InSleep = 0
  115. gt 'selfplay', 'start'
  116. end
  117. end
  118. end
  119. end
  120. if $ARGS[0] = 'sleep':
  121. *clr & cla
  122. menu_off = 1
  123. if $clothingworntype ! 'nude':
  124. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  125. else
  126. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  127. end
  128. gs 'stat'
  129. *nl
  130. if budilnikOn = 1:
  131. 'You run through your regular nightly routine, seting your alarm for <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b>, you undress, and prepare for sleep:'
  132. else
  133. 'You run through your regular nightly routine, not bothering to setting your alarm, you undress, and prepare for sleep:'
  134. end
  135. pcs_hairbsh = 0
  136. cloth_vid = 0
  137. pain['killer'] = 0
  138. if StoryLine = 1 and $loc ! 'bedrPar' and SchoolAtestat = 0:
  139. notathomesleep += 1
  140. else
  141. notathomesleep = 0
  142. end
  143. if succubusflag = 1 and sucwalkday <= daystart and (succublvl <= rand(1,20) or pcs_willpwr < ((succublvl * willpowermax) / 10) or sucpowzeroed >= 3): gs 'succubus', 'sucwalkinginit'
  144. if analplugIN = 1 and vibratorIN = 1:
  145. if bedAnal = 1 and bedVibrator = 1:
  146. analplugIN = 0
  147. vibratorIN = 0
  148. gs 'stat'
  149. *nl
  150. 'You remove your butt plug and your vibrator.'
  151. elseif bedAnal = 0 and bedVibrator = 0:
  152. *nl
  153. 'You decide to leave your butt plug and vibrator in.'
  154. elseif bedAnal = 1 and bedVibrator = 0:
  155. vibratorIN = 0
  156. gs 'stat'
  157. *nl
  158. 'You decide to leave your butt plug in, but remove your vibrator.'
  159. elseif bedAnal = 0 and bedVibrator = 1:
  160. analplugIN = 0
  161. gs 'stat'
  162. *nl
  163. 'You decide to remove your butt plug, but leave your vibrator in.'
  164. end
  165. elseif analplugIN = 1 and vibratorIN = 0:
  166. if bedAnal = 1:
  167. analplugIN = 0
  168. gs 'stat'
  169. *nl
  170. 'You remove your butt plug.'
  171. elseif bedAnal = 0:
  172. *nl
  173. 'You decide to leave your butt plug in.'
  174. end
  175. elseif analplugIN = 0 and vibratorIN = 1:
  176. if bedVibrator = 1:
  177. vibratorIN = 0
  178. *nl
  179. 'You remove your vibrator.'
  180. elseif bedVibrator = 0:
  181. *nl
  182. 'You decide to leave your vibrator in.'
  183. end
  184. end
  185. if bedPanty = 1 and $pantyworntype = 'none' and $braworntype = 'none':
  186. *nl
  187. 'You put on your bra and panties.'
  188. elseif bedPanty = 1 and $pantyworntype ! 'none' and $braworntype = 'none':
  189. *nl
  190. 'You put on your bra.'
  191. elseif bedPanty = 1 and $pantyworntype ! 'none' and $braworntype ! 'none':
  192. *nl
  193. 'You put on your panties.'
  194. elseif bedPanty = 1:
  195. *nl
  196. 'You change your bra and panties.'
  197. elseif bedPanty = 2:
  198. *nl
  199. 'You remove your bra and panties.'
  200. else
  201. *nl
  202. 'You were too tired to worry about your underwear, so for tonight you left it as is.'
  203. end
  204. if hscrunchw = 1:
  205. *nl
  206. '<<$hscrunch>>.'
  207. elseif hscrunchw = 2:
  208. *nl
  209. '<<$hpigtail>>'
  210. elseif hpingripw > 0:
  211. *nl
  212. '<<$hpingrip>>'
  213. elseif hbraids > 0:
  214. *nl
  215. '<<$hbraids>>'
  216. else
  217. *nl
  218. 'Your hair is loose and free.'
  219. end
  220. if pcs_makeup > 1:
  221. pcs_makeup = 0
  222. vidageday -= 1
  223. *nl
  224. 'You went to bed wearing your makeup, which will smear your face as you sleep; your skin will age faster from this!'
  225. end
  226. if fat > 5 and stringimplant = 1: silicone += 1 & fat -= 5
  227. act 'Sleep...': gt 'bed2', 'dream'
  228. end
  229. if $ARGS[0] = 'dream':
  230. if $loc = 'nichBedroomServant':
  231. gs 'nichBedroomServant', 'sleepEvents'
  232. end
  233. *clr & cla
  234. menu_off = 1
  235. InSleep = 1
  236. gs 'stat'
  237. gs 'dreams', 'start'
  238. :loopson
  239. minut += 1
  240. stime += 1
  241. if recuperation = 0:pcs_health += 5
  242. if vibratorIN = 1:
  243. vtime += 1
  244. if vtime >= 5:
  245. pcs_horny +=1
  246. vtime = 0
  247. end
  248. if pcs_horny = 100:
  249. *clr & cla
  250. pcs_horny = 0
  251. orgasm += 1
  252. minut += 5
  253. gs 'stat'
  254. '<center><img <<$set_imgh>> src="images/shared/sex/oface/o_face.jpg"></center>'
  255. *nl
  256. '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>.'
  257. act 'Go back to sleep':
  258. *clr & cla
  259. gt 'bed2', 'dream'
  260. end
  261. act 'Give up trying to sleep':
  262. *clr & cla
  263. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  264. *nl
  265. 'Maybe trying to sleep with a vibrator in your pussy wasn''t such a good idea.'
  266. gs 'bed2', 'wake'
  267. end
  268. exit
  269. end
  270. !! Exclusions for succubus dreams as they set horny to 100 and will always get overridden otherwise
  271. elseif pcs_horny > 80 and pcs_sleep >= 30 and rand (1,300) = 300 and succubusQW ! 1 and succubusQW ! 2:
  272. gs 'stat'
  273. $waketext = 'You glance at your alarm clock. It reads <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>.'
  274. gt 'bed2', 'wake_horny'
  275. end
  276. if stime >= 60:
  277. stime = 0
  278. pcs_sleep += 15
  279. gs 'stat'
  280. end
  281. alarm_now = hour * 60 + minut
  282. alarm_time = timer * 60 + timerM
  283. alarm_set = alarm_time - rand(1,5)
  284. if alarm_set <0:
  285. alarm_set += 1440
  286. elseif alarm_set >= 1440:
  287. alarm_set -= 1440
  288. end
  289. if slept_in = 1:
  290. gs 'stat'
  291. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, after sleeping-in a little longer than planned, but at least you''ve had plenty of sleep.'
  292. gs 'bed2', 'wake'
  293. elseif pcs_sleep >= 100 and budilnikOn = 0:
  294. gs 'stat'
  295. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, no longer tired and ready to start the day with plenty of sleep.'
  296. gs 'bed2', 'wake'
  297. elseif pcs_sleep >= 100 and budilnikOn = 1 and alarm_now >= alarm_set:
  298. gs 'stat'
  299. $waketext = 'You wake up at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, just before your alarm goes off. You''ve had plenty of sleep.'
  300. gs 'bed2', 'wake'
  301. elseif budilnikOn = 1 and alarm_now = alarm_time:
  302. pcs_mood -= 10
  303. gs 'stat'
  304. $waketext = 'Your alarm goes off at <b><<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>></b>, '+iif(pcs_sleep < 90, 'but you could do with some extra sleep.', 'and you''ve had plenty of sleep.')+''
  305. gs 'bed2', 'extra'
  306. gs 'bed2', 'wake'
  307. else
  308. jump 'loopson'
  309. end
  310. *nl
  311. '<<$waketext>>'
  312. end
  313. if $ARGS[0] = 'wake_horny':
  314. cla
  315. menu_off = 1
  316. InSleep = 1
  317. SleepHorny += 1
  318. gs 'stat'
  319. if $pantyworntype = 'none':
  320. if SleepHorny = 1:
  321. '<center><img <<$set_imgh>> src="images/pre/csb/wakeupcsb.jpg"></center>'
  322. elseif SleepHorny = 2:
  323. '<center><img <<$set_imgh>> src="images/shared/sex/mast/klit.jpg"></center>'
  324. elseif SleepHorny >= 3:
  325. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  326. end
  327. else
  328. if SleepHorny = 1:
  329. '<center><img <<$set_imgh>> src="images/shared/sex/mast/start.jpg"></center>'
  330. elseif SleepHorny = 2:
  331. '<center><img <<$set_imgh>> src="images/shared/sex/undress/kiska.jpg"></center>'
  332. elseif SleepHorny >= 3:
  333. '<center><img <<$set_imgh>> src="images/shared/sex/oface/kotovfirst1.jpg"></center>'
  334. end
  335. end
  336. *nl
  337. '<<$waketext>>'
  338. *nl
  339. if SleepHorny = 1:
  340. '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.'
  341. *nl
  342. '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.'
  343. *nl
  344. 'Of course, you could always just give up on trying to sleep and just get up.'
  345. elseif SleepHorny = 2:
  346. 'You''re so horny that you''ve woken a second time. Your pussy is still wet and wanting attention.'
  347. *nl
  348. 'You could try and get back to sleep again, but it''s doubtful that you will get much sleep, and continuously ignoring your needs wont help; maybe you should masturbate, and make the most of the time that''s left.'
  349. *nl
  350. 'Soon you will have to get up one way or another.'
  351. elseif SleepHorny >= 3:
  352. '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.'
  353. *nl
  354. '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.'
  355. *nl
  356. if $pantyworntype ! 'none':
  357. gs 'underwear', 'remove'
  358. 'You''ve removed your underwear, as your panties were soaked through.'
  359. *nl
  360. end
  361. 'Maybe you should just get up.'
  362. end
  363. if $loc = 'bedrPar' and SisterLesb = 5 and hour < 6:
  364. *nl
  365. 'Or... you could wake up Anya and see if your dearest sister would be willing to help you with that.'
  366. elseif $loc = 'FedorEv4':
  367. *nl
  368. 'Or... you could wake up Fedor and see if your boyfriend can''t help you with that.'
  369. elseif $loc = 'bedr' and husband > 0:
  370. *nl
  371. 'Or... you could wake up <<$husName>> and see if your husband can''t help you with that.'
  372. end
  373. act 'Try and go back to sleep':
  374. pcs_mood -= 10
  375. pcs_sleep -= 5
  376. gt 'bed2', 'dream'
  377. end
  378. act 'Masturbate': InSleep = 0 & gt 'selfplay', 'start'
  379. act 'Get out of bed (0:10)':
  380. minut += 10
  381. gs 'bed2', 'end'
  382. end
  383. if strip_here = 1:
  384. act 'Get out of bed and get dressed (0:15)':
  385. minut += 15
  386. gs 'clothing', 'wear_last_worn'
  387. gs 'bed2', 'end'
  388. end
  389. end
  390. if $loc = 'bedrPar' and SisterLesb = 5 and hour < 6:
  391. act 'Wake Anya and see if she''s in the mood': strip_here = 0 & InSleep = 0 & gt 'sistersleep'
  392. elseif $loc = 'FedorEv4':
  393. act 'Wake Fedor and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'FedorEv4', 'Bedroom 1'
  394. !!Intro text doesn''t quite fit event (but doesn''t quite fit - try for baby - scenario either) - custom scene from VK?
  395. elseif ($loc = 'bedr' or $loc = bedr2x) and husband > 0:
  396. act 'Wake your husband and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'husbSex', 'variant'
  397. !!Should be custom scene - maybe boyfriend/husband overhaul can cover this?
  398. end
  399. end
  400. if $ARGS[0] = 'wake':
  401. menu_off = 1
  402. InSleep = 1
  403. gs 'stat'
  404. if daystart < 10 and StoryLine = 0 and ntstart = 0:'The first thing you think as you wake up is, "Damn! It''s is not a dream, I really am a woman now."'
  405. if daystart >= 10 and daystart < 30 and StoryLine = 0 and ntstart = 0:'Looking at your female body, you are still a little surprised it''s actually you.'
  406. if slept_in = 1 and kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 9 and hour < 14:
  407. if schoolprogul > 2 and schoolPredupr = 2:
  408. pcs_mood -= 35
  409. gs 'stat'
  410. 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><<$npc_nickname[''A29'']>> will be furious. I don''t know what she might do...</center>'
  411. elseif schoolprogul > 2 and schoolPredupr = 1:
  412. pcs_mood -= 30
  413. gs 'stat'
  414. 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><<$npc_nickname[''A29'']>> will be very angry if I miss another day of school.</center>'
  415. elseif schoolprogul > 2 and schoolPredupr = 0:
  416. pcs_mood -= 25
  417. gs 'stat'
  418. 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><<$npc_nickname[''A29'']>> will be angry to find out I missed a day of school.</center>'
  419. else
  420. pcs_mood -= 20
  421. gs 'stat'
  422. 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><<$npc_nickname[''A29'']>> will be very upset if I''m not at school every day.</center>'
  423. end
  424. end
  425. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  426. if slept_in = 1 and (hour = 7 or hour = 8):
  427. pcs_mood -= 10
  428. gs 'stat'
  429. 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>'
  430. end
  431. act 'Get up out of bed and get dressed for school (0:15)':
  432. minut += 15
  433. if schtype = 0:schtype = 6
  434. if schoolH[schtype] = 0:schtype = 6
  435. gs 'clothing', 'wear', 'school', schtype
  436. gs 'bed2', 'end'
  437. end
  438. end
  439. if strip_here = 1:
  440. act 'Get out of bed and get dressed (0:15)':
  441. minut += 15
  442. gs 'clothing', 'wear_last_worn'
  443. gs 'bed2', 'end'
  444. end
  445. end
  446. if enfullmorrout = 1 and hour >= 4 and hour < 12:
  447. act 'Full morning routine (01:00)':
  448. minut += 15
  449. fullmorrout = 1
  450. gs 'clothing', 'wear_last_worn'
  451. gs 'bed2', 'end'
  452. end
  453. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  454. act 'Full morning routine for School (01:00)':
  455. fullmorrout = 1
  456. minut += 15
  457. if schtype = 0:schtype = 6
  458. if schoolH[schtype] = 0:schtype = 6
  459. gs 'clothing', 'wear', 'school', schtype
  460. gs 'bed2', 'end'
  461. end
  462. end
  463. end
  464. act 'Get out of bed (0:10)':
  465. minut += 10
  466. slept_in = 0
  467. gs 'bed2', 'end'
  468. end
  469. end
  470. if $ARGS[0] = 'extra':
  471. act '"Snooze" a few minutes more...':
  472. menu_off = 1
  473. slept_in = 1
  474. stime = 0
  475. minut += (100-pcs_sleep)*6
  476. pcs_sleep += 100
  477. gs 'stat'
  478. gt 'bed2', 'dream'
  479. end
  480. end
  481. if $ARGS[0] = 'end':
  482. menu_off = 1
  483. minut -= 1
  484. InSleep = 0
  485. slept_in = 0
  486. strip_here = 0
  487. SleepHorny = 0
  488. if fullmorrout = 1 and $loc = 'bedrPar':
  489. gt 'vanrPar'
  490. elseif fullmorrout = 1 and $loc = 'bedr':
  491. gt 'vanr'
  492. else
  493. gt $loc, $metka
  494. end
  495. end
  496. if $ARGS[0] = 'succhoice':
  497. menu_off = 1
  498. minut += 15
  499. gs 'stat'
  500. cla
  501. if $clothingworntype ! 'nude':
  502. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  503. else
  504. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  505. end
  506. ''
  507. '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.'
  508. ''
  509. 'Thinking about it you realize that you could push the energy out or pull it in!'
  510. ''
  511. '<font color="red"><b>You also feel that both are <i>permanent</i> choices.</b></font>'
  512. act 'Try to ignore it and go to sleep':
  513. if disable_autosave = 0:
  514. if StoryLine = 0:
  515. savegame 'autosave.sav'
  516. else
  517. savegame 'autosave_alt.sav'
  518. end
  519. end
  520. gt 'bed2', 'sleep'
  521. end
  522. act 'Push the Energy out for all time': gt 'bed2', 'succhoiceNO'
  523. act 'Pull the Energy in and let it change you permanently': gt 'bed2', 'succhoiceYES'
  524. end
  525. if $ARGS[0] = 'succhoiceNO':
  526. cla
  527. menu_off = 1
  528. if $clothingworntype ! 'nude':
  529. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  530. else
  531. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  532. end
  533. ''
  534. 'You push the energy out of you and it dissipates.'
  535. succubusQW = 3
  536. pcs_horny = 0
  537. minut +=5
  538. gs 'stat'
  539. act 'Go to sleep':
  540. if disable_autosave = 0:
  541. if StoryLine = 0:
  542. savegame 'autosave.sav'
  543. else
  544. savegame 'autosave_alt.sav'
  545. end
  546. end
  547. gt 'bed2', 'sleep'
  548. end
  549. end
  550. if $ARGS[0] = 'succhoiceYES':
  551. cla
  552. menu_off = 1
  553. if $clothingworntype ! 'nude':
  554. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  555. else
  556. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  557. end
  558. succubusQW = 4
  559. ''
  560. 'You pull the energy deeper into yourself and hold it there.'
  561. ''
  562. 'Then you feel pressure building...'
  563. wait 450
  564. minut += 5
  565. gs 'stat'
  566. 'BUILDING...'
  567. wait 450
  568. minut += 5
  569. gs 'stat'
  570. '<b>BUILDING...</b>'
  571. wait 450
  572. minut += 5
  573. gs 'stat'
  574. 'Power bursts through your body causing you to hop out of bed.'
  575. act 'Continue': gt 'bed2', 'succubinit'
  576. end
  577. if $ARGS[0] = 'succubinit':
  578. *clr & cla
  579. menu_off = 1
  580. minut += 10
  581. gs 'stat'
  582. !!Sets the succubus flag, succubus level (succublvl), Initial lesbian sex count (suclezsnapshot), initial Succubus hunger (succhungry),
  583. !! & the succubus descriptor ($sucself1). The -2 on succhungry is to give th PC 2 days to get in the Succubus grove.
  584. succubusflag = 1
  585. succublvl = 1
  586. suclezsnapshot = lesbian
  587. succhungry = -2
  588. sucwalkday = daystart + 2 + rand(0,5)
  589. $sucself1 = 'that feeling'
  590. pcs_horny = 100
  591. InSleep = 0
  592. slept_in = 0
  593. strip_here = 0
  594. '<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
  595. *nl
  596. '<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>'
  597. if preg = 1:
  598. preg = 0
  599. pregtime = 0
  600. pregtalk = 0
  601. pcs_pregtalk = 0
  602. npc_pregtalk['A16'] = 0
  603. npc_pregtalk['A34'] = 0
  604. thinkpreg = 0
  605. knowpreg = 0
  606. pregchem = 0
  607. cycle = 4
  608. nextbaby = arrsize('yearkid')
  609. :poliabortloop
  610. if yearkid[nextbaby-1] = 0:
  611. KILLVAR 'polkid',nextbaby-1
  612. KILLVAR '$kidname',nextbaby-1
  613. KILLVAR 'kidage',nextbaby-1
  614. KILLVAR 'daykid',nextbaby-1
  615. KILLVAR 'monthkid',nextbaby-1
  616. KILLVAR 'yearkid',nextbaby-1
  617. KILLVAR 'Babyptype',nextbaby-1
  618. KILLVAR '$ChildFath',nextbaby-1
  619. KILLVAR '$ChildThFath',nextbaby-1
  620. KILLVAR 'hairkid',nextbaby-1
  621. KILLVAR 'eyeskid',nextbaby-1
  622. KILLVAR 'cumarrcon',nextbaby-1
  623. KILLVAR '$wombpotfath'
  624. BabyEmbryo -= 1
  625. end
  626. nextbaby -= 1
  627. if nextbaby > 0:
  628. jump 'poliabortloop'
  629. end
  630. end
  631. act 'Finish': gt $loc, $metka
  632. end
  633. if $ARGS[0] = 'magbstchoice':
  634. *clr & cla
  635. menu_off = 1
  636. tittmp = tits + 1
  637. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tittmp>>.jpg"></center>'
  638. killvar 'tittmp'
  639. 'You have an odd dream where you are looking at your naked chest in a mirror and your breasts seem larger...'
  640. 'As the dream starts to drift away, you find yourself gazing at the reflection of your breasts and think:'
  641. act 'Nice, I wish my breasts really would grow.':
  642. magf2bdo = 1
  643. magtarcup += 1
  644. killvar 'mgf2bnocnt'
  645. gt 'bed2', 'sleep'
  646. end
  647. act 'Eh, I don''t like them like that.': magf2bdo = 0 & mgf2bnocnt += 1 & gt 'bed2', 'dream'
  648. end
  649. --- bed2 ---------------------------------