tanspalnya 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. # tanspalnya
  2. CLOSE ALL
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. minut += 5
  8. tanhouse1 = 1
  9. gs 'stat'
  10. '<center><b>Your Bedroom in Nicholas'' Apartment</b></center>'
  11. '<center><img <<$set_imgh>> src="images/characters/city/nicholas/spaln.jpg"></center>'
  12. 'Your bedroom is fairly large, considering you''re only an employee. There is a small <a href="exec:gt ''bed'', ''start''">double bed</a> and an <a href="exec:gt ''budilnik'', ''start''">alarm clock</a>.'
  13. 'Half a wall is taken up by an expensive-looking wardrobe (where you can <a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''">organize your clothes</a> or <a href="exec:gt ''clothing_QV'', ''list''">pick something to wear</a>). There''s a make-up table with a <a href="exec:gt ''mirror'', ''start''">mirror</a> next to it.'
  14. 'In the bottom of your wardrobe you have <a href="exec:gt ''shoes'', ''select''">your shoes</a> and next to the wardrobe is a dresser you keep <a href="exec:gt ''underwear'', ''dresser''">your underwear</a> and <a href="exec:gt ''purses'', ''view_purse_list''">purses</a> in.'
  15. if komp = 1:
  16. $komp = 'with your <a href="exec:gt ''Komp'', ''start''">laptop</a>.'
  17. else
  18. $komp = ''
  19. end
  20. 'A luxurious <a href="exec:gt ''divan'', ''start''">leather sofa</a> is also part of the ensemble. Mounted on the wall opposite the sofa is a huge plasma <a href="exec:gt ''TV'', ''start''">TV</a>. Under the window, you see a brand-new <a href="exec:gt ''stol'', ''start''">desk</a><<$komp>>.'
  21. if obruch > 0:'<br>Your hula hoop stands in a corner of the room. '
  22. if skak > 0:'Your jump rope is sitting on a shelf. '
  23. if bookYog > 0:'A yoga mat is rolled up in a corner next to the wardrobe. '
  24. if mishka > 0:'On one of the shelves, you''ve placed your <<mishka>> teddy bear.'
  25. gs 'exercise', 'start'
  26. act 'Go to the corridor':
  27. if $clothingworntype ! 'nude':
  28. gt 'tanhouse'
  29. else
  30. msg'<b><font color = red>You probably shouldn''t walk around naked, especially not at your workplace. You need to get dressed.</font></b>'
  31. gt $CURLOC
  32. end
  33. end
  34. act 'Study (2:00)':
  35. cla
  36. minut += 120
  37. intel_exp += 1
  38. 'You spend two hours studying and feel a little smarter now.'
  39. act 'Finish':gt 'tanspalnya'
  40. end
  41. if student > 0 and kursovik < 100:
  42. act 'Write course work (1:00)':
  43. cla
  44. *clr
  45. minut += 60
  46. kursovik += rand(pcs_intel / 20, pcs_intel / 10)
  47. if kursovik > 100:kursovik = 100
  48. pcs_mood -= 10
  49. '<center><img <<$set_imgh>> src="images/pc/activities/study.jpg"></center>'
  50. 'You work on your course work and have now completed <<kursovik>> percent.'
  51. act 'Finish':gt 'tanspalnya'
  52. end
  53. end
  54. gs 'events', 'read'
  55. if pcs_magik >= 6 and spellbefshild = 1 and tobiQW = 0:gt'tobiQW','start'
  56. if sick >= 1:
  57. act 'Get some bed rest (illness)':
  58. cla
  59. *clr
  60. minut += 240
  61. sick -= 1
  62. if sick < 0:sick = 0
  63. gs'stat'
  64. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick'+rand(11,17)+'.jpg"></center>'
  65. 'You lie in bed, coughing, sneezing, blowing your nose... and, as if that wasn''t enough, you also think you might be getting a headache.'
  66. 'Drifting in and out of sleep, you spend about 4 hours tossing and turning, trying to sweat out the illness, and you actually feel better when you decide to stretch your legs.'
  67. act 'Get up': gt 'bedr'
  68. end
  69. end
  70. if pcs_horny >= 50:
  71. act 'Masturbate':
  72. gt'selfplay', 'start'
  73. end
  74. end
  75. if pornMagazine > 0:'You hide a porn magazine under your mattress.' & dynamic $d_read_porn
  76. dynamic $wearpan
  77. dynamic $removepan
  78. if dur > 0:'You have hidden <<dur>> doses of Pale Lady behind your wardrobe.'
  79. if dur > 0 and narkday ! daystart:
  80. act 'Take some cocaine (0:05)':
  81. cla
  82. *clr
  83. minut += 5
  84. narkday = daystart
  85. pcs_health = pcs_vital * 10 + pcs_stren * 5
  86. pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
  87. pcs_manna = (pcs_intel * pcs_magik) + pcs_magik * 100 + pcs_vital * 10 + rikudo
  88. pcs_mood = 100
  89. pcs_horny = 100
  90. nark += 10
  91. dur -= 1
  92. '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
  93. 'You take a small dose of coke and not long after, you start to feel great, as if you could do anything, <b>be</b> anything - but you''re also starting to feel incredibly horny.'
  94. act 'Leave':gt $curloc
  95. end
  96. end
  97. if MaidWorkDay ! daystart:
  98. MaidWorkDay = daystart
  99. MaidWork = 0
  100. TanHallClean = 0
  101. TanRoomClean = 0
  102. TanBathClean = 0
  103. TanMasterClean = 0
  104. TanLivingClean = 0
  105. TanMaidRoomClean = 0
  106. TanKitchenClean = 0
  107. TanMadeBreakfast = 0
  108. end
  109. if tan_work_evalDay ! daystart and tan_work_evaluation = 1:
  110. tan_work_evalDay = daystart
  111. tan_work_evaluation = 0
  112. elseif tan_work_evalDay ! daystart and tan_work_evaluation = 0:
  113. tan_work_evalDay = daystart
  114. tan_work_rep -= 1
  115. ''
  116. 'You did not go to see Nicholas yesterday evening. Regardless of how much or little work you did, this is sure to decrease your professional standing with him as your employer.'
  117. tan_work_evaluation = 0
  118. end
  119. if TanMaidRoomClean = 0:
  120. act 'Clean your Room':
  121. cla
  122. minut += 30
  123. TanMaidRoomClean = 1
  124. MaidWork += 1
  125. gs 'stat'
  126. nl
  127. ''
  128. 'You vacuum, wet wipe, dust and polish all the surfaces and objects in your room, knowing well that, if a guest wanted to take a look inside, you''d embarrass Nicholas if this room wasn''t in as perfect a condition as is expected of all the others.'
  129. 'At least you are free to wear whatever you want while you clean your room, you think.'
  130. act 'Finish cleaning':
  131. gt 'tanspalnya'
  132. end
  133. end
  134. end
  135. --- tanspalnya ---------------------------------