1
0

cafe_parco.qsrc 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # cafe_parco
  2. $location_type = 'public_indoors'
  3. if $args[0]= 'start':
  4. $menu_loc = 'cafe_parco'
  5. $menu_arg = 'start'
  6. menu_off = 0
  7. '<center><h4><font color="maroon">Cafe "Del Parco"</font></h4></center>'
  8. '<center><img <<$set_imgh>> src="'+'images/locations/pavlovsk/park/cafe/caffe_del_parco'+iif(hour > 20 or hour < 7,'_night','')+'.jpg'+'"></center>'
  9. 'The newly opened cafe "Del Parco", with its striking facade, there are lots of tables and a summer terrace. Opening hours between 14.00 to 21.00.'
  10. if hour >= 14 and hour < 21:
  11. act 'Enter': gt 'cafe_parco', 'inner'
  12. end
  13. act 'Go back to the square': gt 'gskver', 'start'
  14. end
  15. if $args[0]= 'inner':
  16. $menu_loc = 'cafe_parco'
  17. $menu_arg = 'inner'
  18. menu_off = 0
  19. $metka = 'inner'
  20. $loc = 'cafe_parco'
  21. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/cafe/caffe_del_parco_in.jpg"></center>'
  22. act 'See the menu':gs 'food_menu'
  23. if money >= 350:
  24. act 'Eat and run (0:20) (350 <b>₽</b>)':money -= 350 & gt 'food', 'f_food'
  25. end
  26. act 'Go back outside': gt 'gskver', 'start'
  27. gs 'family'
  28. if (sunWeather = 0 or temper < 5) and week mod 2 = 0 and (hour >= 14 and hour < 20) and mey_vika_qw_day ! daystart:
  29. mey_vika_qw_day = daystart
  30. minut += rand(10,20)
  31. 'You notice Vicky and Vanya sitting at a table.'
  32. if mey_vika['mey_vika_qw'] < 3:
  33. !! monochromatic
  34. 'You''re not really close with either of them, you don''t really know how to approach them.'
  35. elseif mey_vika['mey_vika_qw'] < 5:
  36. 'While in passing of their table you greet them with a simple "Hi".'
  37. !! connected relationship and response
  38. if npc_rel["A15"] < 60:
  39. 'Vicky and Vanya only glance in your direction and turn away, having nothing more to say you quickly moved on...'
  40. else
  41. 'Vicky and Vanya answer "Hi" back at the same time, you just wanted to greet them so you continued on your way.'
  42. end
  43. elseif mey_vika['mey_vika_qw'] >= 5:
  44. if npc_rel["A15"] < 60:
  45. 'You approach the couple and greet them, but they don''t pay any attention to you.'
  46. else
  47. 'You approach the couple and greet them, right away Vicky starts gossiping, as always, Vanya, mostly joked about the things you two were talking about. You chatted for a few minutes...'
  48. end
  49. !! something is going to happen here
  50. if npc_rel["A15"] >= 80:
  51. if mey_vika['mey_vika_qw'] = 10:
  52. cla
  53. 'Vicky and Vanya invite you to join them.'
  54. if money < 300:
  55. act 'Refuse':
  56. cla
  57. 'You''re pretty much broke, and you don''t want to be impudent by asking them to pay for you, so you decide to thank them for the invite but that you have a thing elsewhere that you need to attend...'
  58. act 'Leave': gt 'park'
  59. end
  60. end
  61. act 'Agree':
  62. mey_vika['mey_vika_qw'] = 15
  63. gt 'mey_vika_events', 'cafe_qw'
  64. end
  65. elseif mey_vika['mey_vika_qw'] >= 7:
  66. 'As you''re getting up from the table, you notice Vicky whispering something to Vanya. You notice Vanya''s hand stroking and squeezing Vicky''s butt, as they stare at you with lust in their eyes...'
  67. end
  68. end
  69. end
  70. else
  71. 'You don''t see anyone familiar here.'
  72. end
  73. end
  74. --- cafe_parco ---------------------------------