saunabed 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. # saunabed
  2. *clr
  3. cla
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. $location_type = 'private'
  7. gs 'stat'
  8. '<center><b>bed</b></center>'
  9. '<center><img src="images/shared/home/bedroom/son.jpg"></center>'
  10. if $args[0] = '':
  11. if pcs_sleep < 40:
  12. if budon = 1:
  13. act 'Sleep to the alarm - <<timer>> hours <<timerM>> minutes':saunaalarm = 1 & gt 'saunabed', 'sleep'
  14. end
  15. act 'Screw the alarm and sleep well':saunaalarm = 1 & gt 'saunabed', 'sleep'
  16. end
  17. if budon = 1:
  18. 'Alarm set for <<timer>> hours <<timerM>> minutes'
  19. act 'Turn the alarm off':budon = 0 & gt $curloc
  20. else
  21. act 'Turn the alarm on':budon = 1 & gt $curloc
  22. end
  23. act 'Set the alarm':gt'budilnik', 'start'
  24. act 'Get out of bed':gt $locBroom, $metkaBroom
  25. end
  26. if $args[0] = 'sleep':
  27. if disable_autosave = 0:
  28. if StoryLine = 0:
  29. SAVEGAME 'autosave.sav'
  30. else
  31. SAVEGAME 'autosave_alt.sav'
  32. end
  33. end
  34. cls
  35. pcs_hairbsh = 0
  36. InSleep = 1
  37. gs 'clothing', 'strip'
  38. '<center><img src="images/shared/home/bedroom/son.jpg"></center>'
  39. if analplugIN = 1 and bedanal = 0:analplugIN = 0 & 'Before going to bed you remove your butt plug.'
  40. if vibratorIN = 1:vibratorIN = 0 & 'Before going to bed you remove your vibrator'
  41. if pcs_makeup > 1:pcs_makeup = 0 & vidageday = vidageday - 1 & 'Makeup smears your face, you think that it looks bad sleeping in makeup, and your skin will age faster from this.'
  42. if fat > 5 and stringimplant = 1:silicone += 1 & fat -= 5
  43. :loopson
  44. minut += 1
  45. stime += 1
  46. pcs_health += 5
  47. if stime = 60:stime = 0 & pcs_sleep += 15
  48. gs 'stat'
  49. if budilnikOn = 1 and hour = timer and minut = timerM:
  50. pcs_mood -= 10
  51. 'Your alarm goes off.'
  52. act 'Get out of bed and get dressed (0:15)':
  53. gs 'clothing', 'wear_last_worn'
  54. InSleep = 0
  55. minut += 15
  56. gt $locBroom, $metkaBroom
  57. end
  58. act 'Get out of bed (0:10)':
  59. InSleep = 0
  60. minut += 10
  61. gt $locBroom, $metkaBroom
  62. end
  63. elseif pcs_sleep > 100:
  64. pcs_mood -= 10
  65. 'You wake up, no longer tired.'
  66. act 'Get out of bed and get dressed (0:15)':
  67. gs 'clothing', 'wear_last_worn'
  68. InSleep = 0
  69. minut += 15
  70. gt $locBroom, $metkaBroom
  71. end
  72. act 'Get out of bed (0:10)':
  73. InSleep = 0
  74. minut += 10
  75. gt $locBroom, $metkaBroom
  76. end
  77. else
  78. jump 'loopson'
  79. end
  80. end
  81. --- saunabed ---------------------------------