1
0

bed2.qsrc 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. # bed2
  2. if $ARGS[0] = '':
  3. cla & *clr
  4. $menu_loc = 'bed2'
  5. $menu_arg = ''
  6. menu_off = 0
  7. gs 'stat'
  8. if $clothingworntype ! 'nude':
  9. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  10. else
  11. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  12. end
  13. *nl
  14. if budilnikOn = 0:
  15. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to '+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+' and is currently turned <a href="exec: budilnikOn = 1 & gt ''<<$loc>>''">off</a>.'
  16. else
  17. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to '+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+' and is currently turned <a href="exec: budilnikOn = 0 & gt ''<<$loc>>''">on</a>.'
  18. end
  19. if pcs_makeup ! 1:'<b><font color="red">You need to wash off your makeup before going to bed.</font></b>'
  20. if pcs_sleep <= 80:
  21. if $clothingworntype = 'nude':
  22. $sleep_txt = 'Go to sleep'
  23. else
  24. $sleep_txt = 'Undress and go to sleep'
  25. end
  26. if succubusQW = 2:
  27. act '<<$sleep_txt>>':
  28. menu_off = 1
  29. if $clothingworntype ! 'nude':
  30. strip_here = 1
  31. gs 'clothing', 'strip'
  32. end
  33. gt 'bed2', 'succhoice'
  34. end
  35. else
  36. act '<<$sleep_txt>>':
  37. menu_off = 1
  38. if disable_autosave = 0:
  39. if StoryLine = 0:
  40. savegame 'autosave.sav'
  41. else
  42. savegame 'autosave_alt.sav'
  43. end
  44. end
  45. if $clothingworntype ! 'nude':
  46. strip_here = 1
  47. gs 'clothing', 'strip'
  48. end
  49. if magf2bdo = 2:
  50. gt 'bed2', 'magbstchoice'
  51. else
  52. gt 'bed2', 'sleep'
  53. end
  54. end
  55. killvar '$sleep_txt'
  56. end
  57. end
  58. act 'Get out of bed': killvar '$sleep_txt' & gt $loc, $metka
  59. act 'Take a nap (1:00)':
  60. menu_off = 1
  61. if pcs_sleep >= 10 and pcs_sleep <= 90:
  62. pcs_sleep += 10
  63. pcs_health += 5
  64. minut += 60
  65. gs 'stat'
  66. *nl
  67. 'You sleep about an hour.'
  68. elseif pcs_sleep < 10:
  69. gt 'bed2', 'sleep'
  70. else
  71. minut += 5
  72. gs 'stat'
  73. *nl
  74. 'You are not tired enough to sleep, even for a short nap.'
  75. end
  76. end
  77. !!Braid hair skill
  78. if canBraidHair = 1 and hBraids = 0 and (pcs_hairlng > 80 and pcs_hairlng <= 800):
  79. act 'Braid your hair (0:30)':
  80. cls
  81. menu_off = 1
  82. hbraids = 15
  83. minut += 30
  84. 'You spend some time braiding your hair. It may not be salon level quality, but at the end you are happy with the results.'
  85. act 'Return to bed':gt 'bed2'
  86. end
  87. end
  88. if hbraids > 0:
  89. act 'Remove your braids (0:30)':
  90. cls
  91. menu_off = 1
  92. hbraids = 0
  93. minut += 30
  94. 'You spend some time removing your braids. It may not be salon level quality, but at the end you are happy with the results.'
  95. act 'Return to bed':gt 'bed2'
  96. end
  97. end
  98. act 'Sleep options':gt 'bed2', 'options'
  99. end
  100. if $ARGS[0] = 'sleep':
  101. cls
  102. menu_off = 1
  103. if $clothingworntype ! 'nude':
  104. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  105. else
  106. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  107. end
  108. gs 'stat'
  109. pcs_hairbsh = 0
  110. InSleep = 1
  111. cloth_vid = 0
  112. pain['killer'] = 0
  113. if StoryLine = 1 and $loc ! 'bedrPar' and SchoolAtestat = 0:
  114. notathomesleep += 1
  115. else
  116. notathomesleep = 0
  117. end
  118. if succubusflag = 1 and sucwalkday <= daystart:
  119. If succublvl <= rand(1,20) or pcs_willpwr < ((succublvl * willpowermax) / 10) or sucpowzeroed >= 3: gs 'succubus', 'sucwalkinginit'
  120. end
  121. if analplugIN = 1 and bedanal = 0:analplugIN = 0 & 'Before going to bed you remove your butt plug.'
  122. if vibratorIN = 1 and bedvibrator = 0:vibratorIN = 0 & 'Before going to bed you remove your vibrator'
  123. if pcs_makeup > 1:pcs_makeup = 0 & vidageday -= 1 & 'Makeup smears your face, you think that it looks bad sleeping in makeup, and your skin will age faster from this.'
  124. if fat > 5 and stringimplant = 1:silicone += 1 & fat -= 5
  125. wait 450
  126. *clr
  127. gs 'dreams', 'start'
  128. :loopson
  129. minut += 1
  130. stime += 1
  131. if recuperation = 0:pcs_health += 5
  132. if vibratorIn = 1:
  133. vtime += 1
  134. if vtime >= 5:
  135. pcs_horny +=1
  136. vtime = 0
  137. end
  138. if pcs_horny = 100:
  139. cls
  140. pcs_horny = 0
  141. orgasm += 1
  142. minut += 5
  143. gs 'stat'
  144. '<center><img <<$set_imgh>> src="images/shared/sex/oface/o_face.jpg"></center>'
  145. 'You abruptly wake up in the throes of an orgasm. As you recover, you check the time, <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>.'
  146. act 'Go back to sleep':
  147. *clr
  148. cla
  149. gt 'bed2', 'sleep'
  150. end
  151. act 'Give up trying to sleep':
  152. $waketext = 'Maybe trying to sleep with a vibrator in your pussy wasn''t such a good idea.'
  153. gt 'bed2', 'wake'
  154. end
  155. exit
  156. end
  157. !! Exclusions for succubus dreams as they set horny to 100 and will always get overridden otherwise
  158. elseif pcs_horny > 80 and pcs_sleep >= 30 and rand (1,300) = 300 and succubusQW ! 1 and succubusQW ! 2:
  159. gt 'bed2', 'wake_horny'
  160. end
  161. if stime >= 60:
  162. stime = 0
  163. pcs_sleep += 15
  164. gs 'stat'
  165. end
  166. alarm_now = hour * 60 + minut
  167. alarm_time = timer * 60 + timerM
  168. alarm_set = alarm_time - rand(1,5)
  169. if alarm_set <0:
  170. alarm_set += 1440
  171. elseif alarm_set >= 1440:
  172. alarm_set -= 1440
  173. end
  174. if slept_in = 1:
  175. gs 'stat'
  176. $waketext = 'You wake up at <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>, after sleeping-in a little longer than planned, but at least you''ve had plenty of sleep.'
  177. gs 'bed2', 'wake'
  178. elseif pcs_sleep >= 100 and budilnikOn = 0:
  179. gs 'stat'
  180. $waketext = 'You wake up at <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>, no longer tired and ready to start the day with plenty of sleep.'
  181. gs 'bed2', 'wake'
  182. elseif pcs_sleep >= 100 and budilnikOn = 1 and alarm_now >= alarm_set:
  183. gs 'stat'
  184. $waketext = 'You wake up at <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>, just before your alarm goes off. You''ve had plenty of sleep.'
  185. gs 'bed2', 'wake'
  186. elseif budilnikOn = 1 and alarm_now = alarm_time:
  187. pcs_mood -= 10
  188. gs 'stat'
  189. $waketext = 'Your alarm goes off at <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>, '+iif(pcs_sleep < 90, 'but you could do with some extra sleep.', 'and you''ve had plenty of sleep.')+''
  190. gs 'bed2', 'extra'
  191. gs 'bed2', 'wake'
  192. else
  193. jump 'loopson'
  194. end
  195. end
  196. if $ARGS[0] = 'wake_horny':
  197. menu_off = 1
  198. InSleep = 1
  199. gs 'stat'
  200. '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.'
  201. ''
  202. 'You glance at your alarm clock. It reads <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>.'
  203. ''
  204. '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.'
  205. ''
  206. 'Of course, you could always just give up on trying to sleep and just get up.'
  207. if $loc = 'bedrPar' and SisterLesb = 5 and hour < 6:
  208. 'Or... you could wake up Anya and see if your dearest sister would be willing to help you with that.'
  209. elseif $loc = 'FedorEv4':
  210. 'Or... you could wake up Fedor and see if your boyfriend can''t help you with that.'
  211. elseif $loc = 'bedr' and husband > 0:
  212. 'Or... you could wake up <<$husName>> and see if your husband can''t help you with that.'
  213. end
  214. act 'Try and go back to sleep':
  215. pcs_mood -= 10
  216. pcs_sleep -= 5
  217. gt 'bed2', 'sleep'
  218. end
  219. act 'Masturbate': InSleep = 0 & gt 'selfplay', 'start'
  220. act 'Get out of bed (0:10)':
  221. minut += 10
  222. gs 'bed2', 'end'
  223. end
  224. if strip_here = 1:
  225. act 'Get out of bed and get dressed (0:15)':
  226. minut += 15
  227. gs 'clothing', 'wear_last_worn'
  228. gs 'bed2', 'end'
  229. end
  230. end
  231. if $loc = 'bedrPar' and SisterLesb = 5 and hour < 6:
  232. act 'Wake Anya and see if she''s in the mood': strip_here = 0 & InSleep = 0 & gt 'sistersleep'
  233. elseif $loc = 'FedorEv4':
  234. act 'Wake Fedor and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'FedorEv4', 'Bedroom 1'
  235. !!Intro text doesn''t quite fit event (but doesn''t quite fit - try for baby - scenario either) - custom scene from VK?
  236. elseif ($loc = 'bedr' or $loc = bedr2x) and husband > 0:
  237. act 'Wake your husband and see if he''s in the mood': strip_here = 0 & InSleep = 0 & gt 'husbSex', 'variant'
  238. !!Should be custom scene - maybe boyfriend/husband overhaul can cover this?
  239. end
  240. end
  241. if $ARGS[0] = 'wake':
  242. menu_off = 1
  243. '<<$waketext>>'
  244. InSleep = 1
  245. gs 'stat'
  246. 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."'
  247. 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.'
  248. 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:
  249. if schoolprogul > 2 and schoolPredupr = 2:
  250. pcs_mood -= 35
  251. gs 'stat'
  252. msg '<center>Damn it''s <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. 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>'
  253. elseif schoolprogul > 2 and schoolPredupr = 1:
  254. pcs_mood -= 30
  255. gs 'stat'
  256. msg '<center>Damn it''s <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. 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>'
  257. elseif schoolprogul > 2 and schoolPredupr = 0:
  258. pcs_mood -= 25
  259. gs 'stat'
  260. msg '<center>Damn it''s <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. 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>'
  261. else
  262. pcs_mood -= 20
  263. gs 'stat'
  264. msg '<center>Damn it''s <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. 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>'
  265. end
  266. end
  267. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  268. if slept_in = 1 and hour >= 8 and hour < 9:
  269. pcs_mood -= 10
  270. gs 'stat'
  271. msg '<center>Damn it''s <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>, you''ve slept too long! You''re going to be late for school!</center>'
  272. end
  273. act 'Get up out of bed and get dressed for school (0:15)':
  274. minut += 15
  275. if schtype = 0:schtype = 6
  276. if schoolH[schtype] = 0:schtype = 6
  277. gs 'clothing', 'wear', 'school', schtype
  278. gs 'bed2', 'end'
  279. end
  280. end
  281. if strip_here = 1:
  282. act 'Get out of bed and get dressed (0:15)':
  283. minut += 15
  284. gs 'clothing', 'wear_last_worn'
  285. gs 'bed2', 'end'
  286. end
  287. end
  288. if enfullmorrout = 1 and hour >= 4 and hour < 12:
  289. act 'Full morning routine (01:00)':
  290. minut += 15
  291. fullmorrout = 1
  292. gs 'clothing', 'wear_last_worn'
  293. gs 'bed2', 'end'
  294. end
  295. if kanikuli = 0 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 4 and hour < 9:
  296. if slept_in = 1 and hour >= 8 and hour < 9:
  297. pcs_mood -= 10
  298. gs 'stat'
  299. msg '<center>Damn, you''ve slept too long! You''re going to be late for school!</center>'
  300. end
  301. act 'Full morning routine for School (01:00)':
  302. fullmorrout = 1
  303. minut += 15
  304. if schtype = 0:schtype = 6
  305. if schoolH[schtype] = 0:schtype = 6
  306. gs 'clothing', 'wear', 'school', schtype
  307. gs 'bed2', 'end'
  308. end
  309. end
  310. end
  311. act 'Get out of bed (0:10)':
  312. minut += 10
  313. slept_in = 0
  314. gs 'bed2', 'end'
  315. end
  316. end
  317. if $ARGS[0] = 'extra':
  318. act '"Snooze" a few minutes more...':
  319. menu_off = 1
  320. slept_in = 1
  321. stime = 0
  322. minut = (100-pcs_sleep)*6
  323. pcs_sleep += 100
  324. gs 'stat'
  325. gt 'bed2', 'sleep'
  326. end
  327. end
  328. if $ARGS[0] = 'end':
  329. menu_off = 1
  330. InSleep = 0
  331. slept_in = 0
  332. strip_here = 0
  333. if bedpanty = 1:
  334. gs 'underwear', 'remove'
  335. else
  336. gs 'underwear', 'wear'
  337. end
  338. if fullmorrout = 1 and $loc = 'bedrPar':
  339. gt 'vanrPar'
  340. elseif fullmorrout = 1 and $loc = 'bedr':
  341. gt 'vanr'
  342. else
  343. gt $loc, $metka
  344. end
  345. end
  346. if $ARGS[0] = 'succhoice':
  347. menu_off = 1
  348. minut += 15
  349. gs 'stat'
  350. cla
  351. if $clothingworntype ! 'nude':
  352. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  353. else
  354. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  355. end
  356. ''
  357. '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.'
  358. ''
  359. 'Thinking about it you realize that you could push the energy out or pull it in!'
  360. ''
  361. '<font color="red"><b>You also feel that both are <i>permanent</i> choices.</b></font>'
  362. act 'Try to ignore it and go to sleep':
  363. if disable_autosave = 0:
  364. if StoryLine = 0:
  365. savegame 'autosave.sav'
  366. else
  367. savegame 'autosave_alt.sav'
  368. end
  369. end
  370. gt 'bed2', 'sleep'
  371. end
  372. act 'Push the Energy out for all time': gt 'bed2', 'succhoiceNO'
  373. act 'Pull the Energy in and let it change you permanently': gt 'bed2', 'succhoiceYES'
  374. end
  375. if $ARGS[0] = 'succhoiceNO':
  376. cla
  377. menu_off = 1
  378. if $clothingworntype ! 'nude':
  379. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  380. else
  381. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  382. end
  383. ''
  384. 'You push the energy out of you and it dissipates.'
  385. succubusQW = 3
  386. pcs_horny = 0
  387. minut +=5
  388. gs 'stat'
  389. act 'Go to sleep':
  390. if disable_autosave = 0:
  391. if StoryLine = 0:
  392. savegame 'autosave.sav'
  393. else
  394. savegame 'autosave_alt.sav'
  395. end
  396. end
  397. gt 'bed2', 'sleep'
  398. end
  399. end
  400. if $ARGS[0] = 'succhoiceYES':
  401. cla
  402. menu_off = 1
  403. if $clothingworntype ! 'nude':
  404. '<center><img <<$set_imgh>> src="images/shared/home/bed.jpg"></center>'
  405. else
  406. '<center><img <<$set_imgh>> src="images/shared/home/bedroom/son.jpg"></center>'
  407. end
  408. succubusQW = 4
  409. ''
  410. 'You pull the energy deeper into yourself and hold it there.'
  411. ''
  412. 'Then you feel pressure building...'
  413. wait 450
  414. minut += 5
  415. gs 'stat'
  416. 'BUILDING...'
  417. wait 450
  418. minut += 5
  419. gs 'stat'
  420. '<b>BUILDING...</b>'
  421. wait 450
  422. minut += 5
  423. gs 'stat'
  424. 'Power bursts through your body causing you to hop out of bed.'
  425. act 'Continue': gt 'bed2', 'succubinit'
  426. end
  427. if $ARGS[0] = 'succubinit':
  428. *clr & cla
  429. menu_off = 1
  430. minut += 10
  431. gs 'stat'
  432. !!Sets the succubus flag, succubus level (succublvl), Initial lesbian sex count (suclezsnapshot), initial Succubus hunger (succhungry),
  433. !! & the succubus descriptor ($sucself1). The -2 on succhungry is to give th PC 2 days to get in the Succubus grove.
  434. succubusflag = 1
  435. succublvl = 1
  436. suclezsnapshot = lesbian
  437. succhungry = -2
  438. sucwalkday = daystart + 2 + rand(0,5)
  439. $sucself1 = 'that feeling'
  440. pcs_horny = 100
  441. InSleep = 0
  442. slept_in = 0
  443. strip_here = 0
  444. '<center><img <<$set_imgh>> src="images/pc/body/succubusself.jpg"></center>'
  445. *nl
  446. '<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>'
  447. if preg = 1:
  448. preg = 0
  449. pregtime = 0
  450. pregtalk = 0
  451. pregTalkPC = 0
  452. pregTalkNat = 0
  453. pregTalkbrother = 0
  454. thinkpreg = 0
  455. knowpreg = 0
  456. pregchem = 0
  457. cycle = 4
  458. nextbaby = arrsize('yearkid')
  459. :poliabortloop
  460. if yearkid[nextbaby-1] = 0:
  461. KILLVAR 'polkid',nextbaby-1
  462. KILLVAR '$kidname',nextbaby-1
  463. KILLVAR 'kidage',nextbaby-1
  464. KILLVAR 'daykid',nextbaby-1
  465. KILLVAR 'monthkid',nextbaby-1
  466. KILLVAR 'yearkid',nextbaby-1
  467. KILLVAR 'Babyptype',nextbaby-1
  468. KILLVAR '$ChildFath',nextbaby-1
  469. KILLVAR '$ChildThFath',nextbaby-1
  470. KILLVAR 'hairkid',nextbaby-1
  471. KILLVAR 'eyeskid',nextbaby-1
  472. KILLVAR 'cumarrcon',nextbaby-1
  473. KILLVAR '$wombpotfath'
  474. BabyEmbryo -= 1
  475. end
  476. nextbaby -= 1
  477. if nextbaby > 0:
  478. jump 'poliabortloop'
  479. end
  480. end
  481. act 'Finish': gt $loc, $metka
  482. end
  483. if $ARGS[0] = 'magbstchoice':
  484. *clr & cla
  485. menu_off = 1
  486. tittmp = tits + 1
  487. '<center><img <<$set_imgh>> src="images/pc/body/tits/t<<tittmp>>.jpg"></center>'
  488. killvar 'tittmp'
  489. 'You have an odd dream where you are looking at your naked chest in a mirror and your breasts seem larger...'
  490. 'As the dream starts to drift away, you find yourself gazing at the reflection of your breasts and think:'
  491. act 'Nice, I wish my breasts really would grow.':
  492. magf2bdo = 1
  493. magtarcup += 1
  494. killvar 'mgf2bnocnt'
  495. gt 'bed2', 'sleep'
  496. end
  497. act 'Eh, I don''t like them like that.': magf2bdo = 0 & mgf2bnocnt += 1 & gt 'bed2', 'sleep'
  498. end
  499. if $ARGS[0] = 'options':
  500. cla
  501. menu_off = 1
  502. act 'Return':gt 'bed2'
  503. act 'Set Alarm Clock':gt 'budilnik', 'start'
  504. if bedPanty = 0:
  505. act 'Wear underwear in the morning: Currently (ON)':bedpanty = 1 & gt 'bed2', 'options'
  506. else
  507. act 'Wear underwear in the morning: Currently (OFF)':bedpanty = 0 & gt 'bed2', 'options'
  508. end
  509. if analplug = 1:
  510. if bedanal = 0:
  511. act 'Remove your analplug at night: Currently (ON)':bedanal = 1 & gt 'bed2', 'options'
  512. else
  513. act 'Remove your analplug at night: Currently (OFF)':bedanal = 0 & gt 'bed2', 'options'
  514. end
  515. end
  516. if vibrator = 1 and cheatVib = 1:
  517. if bedvibrator = 0:
  518. act 'Remove your vibrator at night: Currently (ON)':bedvibrator = 1 & gt 'bed2', 'options'
  519. else
  520. act 'Remove your vibrator at night: Currently (OFF)':bedvibrator = 0 & gt 'bed2', 'options'
  521. end
  522. end
  523. end
  524. --- bed2 ---------------------------------