sitrPar.qsrc 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # sitrPar
  2. CLOSE ALL
  3. act 'Leave the room':gt 'korrPar'
  4. $metka = ''
  5. $loc = 'sitrPar'
  6. $menu_loc = 'sitrPar'
  7. $menu_arg = ''
  8. menu_off = 0
  9. $location_type = 'private'
  10. $locclass = 'livingr'
  11. clr
  12. minut += 1
  13. gs 'stat'
  14. gs 'themes', 'indoors'
  15. '<center><b><font color="maroon">Living Room</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/sitrpar.jpg"></center>'
  17. ''
  18. 'The living room has a <a href="exec:gt ''TV'',''pav''">TV</a>, which is near the window. In front of the TV is a <a href="exec:gt ''family'',''sofa''">sofa bed</a>, on which your brother sleeps at night. A large tapestry covers one wall, while the other wall has several shelves on it, stocked with books and other things.'
  19. *nl
  20. gs 'family'
  21. *nl
  22. gs 'subkid'
  23. if month = 12 and day >= 20:'A Christmas tree stands next to the TV, decorated with tinsel garlands and other ornaments.'
  24. if month = 12 and day = 31 and hour >= 20:
  25. act 'Celebrate the New Year with your family.':
  26. cls
  27. npc_rel['A29'] += 10
  28. npc_rel['A28'] += 10
  29. npc_rel['A33'] += 10
  30. npc_rel['A34'] += 10
  31. money += 5000
  32. hour = 23
  33. minut = 0
  34. minut += 120
  35. pcs_sleep = 0
  36. pcs_mood += 100
  37. wipo += 1000
  38. gs 'food', 'l_meal'
  39. gs 'stat'
  40. 'You sit at the festive table laid in front of the TV and celebrate the New Year with your family, the TV providing some background noise. At the table people strike up a conversation and common problems are forgotten for a while, everyone is having fun talking to each other. At midnight, everyone wishes one another a happy New Year and enjoys the champagne and fireworks outside. Your <<$npc_nickname[''A29'']>> gives you an envelope with a greeting card and 5000 <b>₽</b>. For a while you continue to watch TV, enjoying the champagne and company of your family, but after a while everyone is kind of tired and one by one they go to bed.'
  41. act 'Leave':gt $loc, $metka
  42. end
  43. elseif month = 1 and day = 1:
  44. act 'Eat some leftovers at the festive table.':
  45. cla
  46. *clr
  47. frost = 0
  48. minut += 15
  49. pcs_health += 10
  50. pcs_mood += 20
  51. fat += 2
  52. pcs_energy += 20
  53. pcs_hydra += 20
  54. cumspclnt = 2
  55. gs 'cum_cleanup'
  56. pcs_breath = 0
  57. gs 'stat'
  58. '<center><img <<$set_imgh>> src="images/shared/food/leftovers.jpg"></center>'
  59. 'You have finished the leftovers remaining on the table from the holidays.'
  60. act 'Get up from the table':gt $loc, $metka
  61. end
  62. end
  63. if ocpd_room = 0 and breastpump = 1 and bp_unbox <= 0:
  64. '<a href="exec: gt ''lact_bp'', ''bp_unbox_event''">Unbox</a> your breast pump'
  65. elseif kid >= 1 and breastpump = 1 and bp_unbox <= 0:
  66. '<a href="exec: gt ''lact_bp'', ''bp_unbox_event''">Unbox</a> your breast pump'
  67. elseif ocpd_room = 0 and breastpump = 1 and bp_unbox = 1 and pcs_inbition > 40:
  68. '<a href="exec: gt ''lact_bp'', ''bp_unbox_event''">Try out</a> your breast pump'
  69. elseif kid >= 1 and breastpump = 1 and bp_unbox = 1 and pcs_inbition > 30:
  70. '<a href="exec: gt ''lact_bp'', ''bp_unbox_event''">Try out</a> your breast pump'
  71. end
  72. --- sitrPar ---------------------------------