1
0

nichKitchen.qsrc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # nichKitchen
  2. CLOSE ALL
  3. $loc_arg = ''
  4. $loc = 'nichKitchen'
  5. $locclass = 'kitr'
  6. $menu_loc = 'nichKitchen'
  7. $nichLoc = 'kitchen'
  8. $menu_arg = ''
  9. menu_off = 0
  10. gs 'stat'
  11. !!whats that and why do we need it?
  12. gs 'kit_din'
  13. sexpartkno = 1
  14. gs 'boyStat', 'A52'
  15. gs 'boyStat', 'A161', 'a'
  16. !! Argument return: PC has been in the room before, dont perform actions meant to be executed before or as she enters the room.
  17. if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
  18. '<center><b>Nicholas'' Kitchen</b></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/nichApartment/kitchen.jpg"></center>'
  20. *nl
  21. 'The kitchen has a sleek, contemporary design with lots of metal and polished wood - black, white and gray dominate the room''s color scheme and all appliances and additional furniture in it adhere to this order.'
  22. 'It seems to house every kitchen device known to man - all of them the most expensive variant of their kind - and the fridge and freezer cabinet are filled to the top with fresh food. There''s also a refrigerated wine rack, stocked with bottle upon bottle of reds and whites of the finest vintages.'
  23. nichCookPresent = FUNC('nichUtil','isPresent','cook','kitchen')
  24. if nichCookPresent = 1:
  25. if nichKnowsCook = 1:
  26. '<a href="exec: gt ''nichCook'', ''desc''">Jegor</a>, the cook of the family, is preparing some meals.'
  27. else
  28. '<a href="exec: gt ''nichCook'', ''desc''">The cook of the family</a> is preparing some meals.'
  29. end
  30. end
  31. act 'Go to the living room':
  32. minut += 1
  33. gt 'nichLivingroom'
  34. end
  35. if nichWork = 2:
  36. if nichBreakfLast ! daystart and ((week <= 5 and (hour = 6 or hour = 7 or (hour = 8 and minut < 15))) or (week > 5 and (hour = 7 or hour = 8 or (hour = 9 and minut < 15)))):
  37. act 'Prepare breakfast':
  38. gt 'nichLivingroom', 'breakfast'
  39. end
  40. end
  41. gs 'nichChore','inspect','kitchen'
  42. end
  43. '<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  44. dynamic $edasnack
  45. dynamic $sandwich
  46. dynamic $driwater
  47. dynamic $dritea
  48. dynamic $fill_bottle
  49. dynamic $edaD
  50. dynamic $pranik
  51. dynamic $fatdel
  52. dynamic $lekarstvo
  53. dynamic $vitamin
  54. end
  55. --- nichKitchen ---------------------------------