kuhrPar.qsrc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # kuhrPar
  2. CLOSE ALL
  3. *clr & cla
  4. if fullmorrout = 1:
  5. minut += 2
  6. act '<font color = maroon><b>Leave the apartment and go outside</b></font>':
  7. minut +=1
  8. killvar 'fullmorrout'
  9. gs 'korrPar'
  10. gt'pavResidential'
  11. end
  12. end
  13. act 'Return to the hallway':
  14. killvar 'fullmorrout'
  15. gt 'korrPar'
  16. end
  17. $loc = 'kuhrPar'
  18. $metka = ''
  19. $locclass = 'kitr'
  20. $menu_loc = 'kuhrPar'
  21. $menu_arg = ''
  22. menu_off = 0
  23. minut += 1
  24. gs 'stat'
  25. gs 'kit_din'
  26. gs 'themes', 'indoors'
  27. '<center><b><font color="maroon">Kitchen</font></b></center>'
  28. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/kuhrpar.jpg"></center>'
  29. if hour = 7 and indorf = 0:
  30. *nl '<a href="exec:gt''father''">Your stepfather</a> and <a href="exec:gt ''brother'', ''start''">Kolka</a> are sitting at the table eating Breakfast. <a href="exec:gt''mother''">Your mother</a> is hard at work to make sure everybody has enough to eat for the rest of the day.'
  31. if week <= 5: *P ' <a href="exec:gt''sister''">Anya</a> is trying to lose some weight so she is only having a very light breakfast.'
  32. else
  33. 'The kitchen is not very impressive, but it has everything your family needs. Since everyone has the habit of eating at different times, <<$npc_nickname[''A29'']>> usually pre-cooks the meals and stores them in the fridge. Of course, you could also just have a snack if you''re not that hungry.'
  34. end
  35. gs 'family'
  36. act 'Eat a meal (0:30)': dynamic $edahotd
  37. dynamic $edasnack
  38. if bag > 0 and buterbrod = 0:
  39. act 'Make a sandwich to go (0:05)':
  40. minut += 5
  41. buterbrod = 1
  42. gt $loc, $metka
  43. end
  44. end
  45. dynamic $driwater
  46. dynamic $dritea
  47. dynamic $fill_bottle
  48. dynamic $edaD
  49. dynamic $pranik
  50. dynamic $fatdel
  51. dynamic $lekarstvo
  52. dynamic $vitamin
  53. --- kuhrPar ---------------------------------